mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-19 19:13:03 +00:00
Update for NDK 16 (deprecating MIPS)
This commit is contained in:
parent
74dc00445e
commit
b774b47213
@ -24,19 +24,11 @@ android {
|
|||||||
maxSdkVersion 25
|
maxSdkVersion 25
|
||||||
|
|
||||||
applicationId "com.limelight.root"
|
applicationId "com.limelight.root"
|
||||||
ndk {
|
|
||||||
abiFilters "armeabi-v7a", "arm64-v8a", "x86", "x86_64", "mips", "mips64"
|
|
||||||
}
|
|
||||||
|
|
||||||
dimension "root"
|
dimension "root"
|
||||||
}
|
}
|
||||||
|
|
||||||
nonRoot {
|
nonRoot {
|
||||||
applicationId "com.limelight"
|
applicationId "com.limelight"
|
||||||
ndk {
|
|
||||||
abiFilters "armeabi-v7a", "arm64-v8a", "x86", "x86_64", "mips", "mips64"
|
|
||||||
}
|
|
||||||
|
|
||||||
dimension "root"
|
dimension "root"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,10 +1,4 @@
|
|||||||
# Application.mk for Limelight
|
# Application.mk for Moonlight
|
||||||
|
|
||||||
# Our minimum version is Android 4.1
|
# Our minimum version is Android 4.1
|
||||||
APP_PLATFORM := android-16
|
APP_PLATFORM := android-16
|
||||||
|
|
||||||
# Support all modern ABIs
|
|
||||||
APP_ABI := armeabi-v7a arm64-v8a x86 x86_64 mips mips64
|
|
||||||
|
|
||||||
# We want an optimized build
|
|
||||||
APP_OPTIM := release
|
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 0f31a318e5a74cc452c04d0354341172ab3647b5
|
Subproject commit 26235fdd504df956d02e39135cd0f0e6e5d496d2
|
Loading…
x
Reference in New Issue
Block a user