mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-23 16:56:41 +00:00
Update for NDK 16 (deprecating MIPS)
This commit is contained in:
@@ -24,19 +24,11 @@ android {
|
||||
maxSdkVersion 25
|
||||
|
||||
applicationId "com.limelight.root"
|
||||
ndk {
|
||||
abiFilters "armeabi-v7a", "arm64-v8a", "x86", "x86_64", "mips", "mips64"
|
||||
}
|
||||
|
||||
dimension "root"
|
||||
}
|
||||
|
||||
nonRoot {
|
||||
applicationId "com.limelight"
|
||||
ndk {
|
||||
abiFilters "armeabi-v7a", "arm64-v8a", "x86", "x86_64", "mips", "mips64"
|
||||
}
|
||||
|
||||
dimension "root"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user