summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Charles Lombardo2023-10-11 23:08:41 -0400
committerGravatar Charles Lombardo2023-10-13 12:55:41 -0400
commit9b961dddb4445c1a51d922d0436a325630ca6d72 (patch)
tree2beeeee8a5d30b3e147854457cc891f5af68d5ad
parentandroid: Update dependencies (diff)
downloadyuzu-9b961dddb4445c1a51d922d0436a325630ca6d72.tar.gz
yuzu-9b961dddb4445c1a51d922d0436a325630ca6d72.tar.xz
yuzu-9b961dddb4445c1a51d922d0436a325630ca6d72.zip
android: Remove unnecessary flag to extract native libs in AndroidManifest.xml
Diffstat (limited to '')
-rw-r--r--src/android/app/src/main/AndroidManifest.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/android/app/src/main/AndroidManifest.xml b/src/android/app/src/main/AndroidManifest.xml
index 832c08e15..a67351727 100644
--- a/src/android/app/src/main/AndroidManifest.xml
+++ b/src/android/app/src/main/AndroidManifest.xml
@@ -28,7 +28,6 @@ SPDX-License-Identifier: GPL-3.0-or-later
28 android:appCategory="game" 28 android:appCategory="game"
29 android:localeConfig="@xml/locales_config" 29 android:localeConfig="@xml/locales_config"
30 android:banner="@drawable/tv_banner" 30 android:banner="@drawable/tv_banner"
31 android:extractNativeLibs="true"
32 android:fullBackupContent="@xml/data_extraction_rules" 31 android:fullBackupContent="@xml/data_extraction_rules"
33 android:dataExtractionRules="@xml/data_extraction_rules_api_31" 32 android:dataExtractionRules="@xml/data_extraction_rules_api_31"
34 android:enableOnBackInvokedCallback="true"> 33 android:enableOnBackInvokedCallback="true">