Android: remove packagingOptions.jniLibs.useLegacyPackaging property

This is not needed after 0db5b424cdaede8724886e8a1eda1380382d9aaf.

Change-Id: Ic4eee7a99458e294f5dc79bba44dc844064f63c2
Reviewed-by: Petri Virkkunen <petri.virkkunen@qt.io>
Reviewed-by: Nicholas Bennett <nicholas.bennett@qt.io>
This commit is contained in:
Assam Boudjelthia 2024-10-27 01:30:59 +03:00
parent d011e3c511
commit 64bbf3c432
2 changed files with 0 additions and 10 deletions

View File

@ -71,13 +71,6 @@
\li \l{QtModelIndex Android Class}
\endlist
To use these classes, you must include the following in your \c build.gradle
file:
\badcode
packagingOptions.jniLibs.useLegacyPackaging true
\endcode
\note See the \l{QT_ANDROID_GENERATE_JAVA_QTQUICKVIEW_CONTENTS} CMake
variable for further information on Java code generation of QML components.

View File

@ -41,9 +41,6 @@ android {
buildToolsVersion androidBuildToolsVersion
ndkVersion androidNdkVersion
// Extract native libraries from the APK
packagingOptions.jniLibs.useLegacyPackaging true
sourceSets {
main {
manifest.srcFile 'AndroidManifest.xml'