diff options
| author | 2023-10-11 23:08:41 -0400 | |
|---|---|---|
| committer | 2023-10-13 12:55:41 -0400 | |
| commit | 9b961dddb4445c1a51d922d0436a325630ca6d72 (patch) | |
| tree | 2beeeee8a5d30b3e147854457cc891f5af68d5ad | |
| parent | android: Update dependencies (diff) | |
| download | yuzu-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.xml | 1 |
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"> |