mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-12-16 04:09:39 +00:00
Android: Remove deprecated extractNativeLibs manifest flag
extractNativeLibs is deprecated. Native lib packaging is already controlled by packaging.jniLibs.useLegacyPackaging (which we already have), so the manifest override is unnecessary.
This commit is contained in:
parent
f51eaf3282
commit
a14014d9aa
@ -44,8 +44,7 @@
|
||||
android:supportsRtl="true"
|
||||
android:isGame="true"
|
||||
android:banner="@drawable/banner_tv"
|
||||
android:hasFragileUserData="true"
|
||||
android:extractNativeLibs="true">
|
||||
android:hasFragileUserData="true">
|
||||
<meta-data
|
||||
android:name="android.max_aspect"
|
||||
android:value="2.1"/>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user