mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-11 18:36:02 +00:00
Don't extract native libraries for non-root build
This commit is contained in:
@@ -2,5 +2,8 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<!-- Non-root application name -->
|
||||
<application android:label="Moonlight" />
|
||||
<!-- No need to extract libraries for the non-root version -->
|
||||
<application
|
||||
android:label="Moonlight"
|
||||
android:extractNativeLibs="false" />
|
||||
</manifest>
|
||||
|
||||
Reference in New Issue
Block a user