summaryrefslogtreecommitdiffstats
path: root/src/android/templates/doc/src/android-manifest-file-configuration.qdoc
diff options
context:
space:
mode:
authorAssam Boudjelthia <assam.boudjelthia@qt.io>2021-10-06 12:32:01 +0300
committerAssam Boudjelthia <assam.boudjelthia@qt.io>2022-04-26 11:18:35 +0000
commit3a9aba287ce92f5250c1b68d0e2a39a5f25c031d (patch)
tree03c69e73586f45672be3d39d32a163735d636c39 /src/android/templates/doc/src/android-manifest-file-configuration.qdoc
parent56dee3de5e4ac1c4d37a2c5e27361e7ddbdea1a7 (diff)
Android: set useLegacyPackaging to true in build.gradle
Since we set android:extractNativeLibs to "true" in AndroidManifest.xml, a warning is thrown by the gradle build, which needs the property packagingOptions.jniLibs.useLegacyPackaging to be set to true. Pick-to: 6.2 6.3 5.15 Change-Id: I725d2663d68ab88abfda630f8a61666510043967 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Ramon Sadornil <ramon.sadornil@qt.io> Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
Diffstat (limited to 'src/android/templates/doc/src/android-manifest-file-configuration.qdoc')
-rw-r--r--src/android/templates/doc/src/android-manifest-file-configuration.qdoc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/android/templates/doc/src/android-manifest-file-configuration.qdoc b/src/android/templates/doc/src/android-manifest-file-configuration.qdoc
index 792ceae5d9..434b3d0f38 100644
--- a/src/android/templates/doc/src/android-manifest-file-configuration.qdoc
+++ b/src/android/templates/doc/src/android-manifest-file-configuration.qdoc
@@ -100,9 +100,6 @@ Qt sets the following manifest configuration by default:
\li android:label
\li The application name label. Default value is the Qt project's target name.
\row
- \li android:extractNativeLibs
- \li Extracts the native C++ libraries on installation. The default value is \c true.
-\row
\li android:hardwareAccelerated
\li Sets hardware acceleration preference. The default value is \c true.
\row