mirror of
https://github.com/android/ndk-samples
synced 2025-11-06 23:55:35 +08:00
Remove mips from san-angeles' ABI list.
The ndk-build version of this sample already has this list of ABIs:
include 'armeabi-v7a', 'arm64-v8a', 'x86'
Bug: https://github.com/googlesamples/android-ndk/issues/505
This commit is contained in:
@@ -31,7 +31,7 @@ android {
|
||||
abi {
|
||||
enable true
|
||||
reset()
|
||||
include 'armeabi-v7a', 'arm64-v8a','mips', 'x86'
|
||||
include 'armeabi-v7a', 'arm64-v8a', 'x86'
|
||||
universalApk false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user