mirror of
https://github.com/android/ndk-samples
synced 2025-11-10 02:21:11 +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 {
|
abi {
|
||||||
enable true
|
enable true
|
||||||
reset()
|
reset()
|
||||||
include 'armeabi-v7a', 'arm64-v8a','mips', 'x86'
|
include 'armeabi-v7a', 'arm64-v8a', 'x86'
|
||||||
universalApk false
|
universalApk false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user