mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-28 18:46:18 +00:00
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:
parent
2561475fc4
commit
1e82e8e5f0
|
@ -193,6 +193,9 @@ android {
|
|||
resources {
|
||||
excludes += ['META-INF/*.kotlin_module']
|
||||
}
|
||||
jniLibs {
|
||||
useLegacyPackaging true
|
||||
}
|
||||
}
|
||||
namespace 'org.freedesktop.monado.openxr_runtime'
|
||||
lint {
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue