Update for NDK 16 (deprecating MIPS)

This commit is contained in:
Cameron Gutman 2017-11-18 13:38:45 -08:00
parent 74dc00445e
commit b774b47213
3 changed files with 2 additions and 16 deletions

View File

@ -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"
} }
} }

View File

@ -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