The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

utzcoz and committed by
Rylie Pavlik
1e82e8e5 2561475f

+3 -1
+3
src/xrt/targets/openxr_android/build.gradle
··· 193 193 resources { 194 194 excludes += ['META-INF/*.kotlin_module'] 195 195 } 196 + jniLibs { 197 + useLegacyPackaging true 198 + } 196 199 } 197 200 namespace 'org.freedesktop.monado.openxr_runtime' 198 201 lint {
-1
src/xrt/targets/openxr_android/src/main/AndroidManifest.xml
··· 46 46 <application 47 47 android:name="org.freedesktop.monado.openxr_runtime.MonadoOpenXrApplication" 48 48 android:allowBackup="true" 49 - android:extractNativeLibs="true" 50 49 android:icon="@drawable/ic_monado_logo" 51 50 android:label="@string/app_name" 52 51 android:supportsRtl="true"