xrt/android: Move extractNativeLibs to build script for openxr_android

It's recommended by Android Studio when upgrading AGP.

Signed-off-by: utzcoz <utzcoz@outlook.com>
This commit is contained in:
utzcoz 2023-10-28 18:50:00 +08:00 committed by Rylie Pavlik
parent 2561475fc4
commit 1e82e8e5f0
2 changed files with 3 additions and 1 deletions

View file

@ -193,6 +193,9 @@ android {
resources {
excludes += ['META-INF/*.kotlin_module']
}
jniLibs {
useLegacyPackaging true
}
}
namespace 'org.freedesktop.monado.openxr_runtime'
lint {

View file

@ -46,7 +46,6 @@
<application
android:name="org.freedesktop.monado.openxr_runtime.MonadoOpenXrApplication"
android:allowBackup="true"
android:extractNativeLibs="true"
android:icon="@drawable/ic_monado_logo"
android:label="@string/app_name"
android:supportsRtl="true"