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:
Ryan Prichard
2018-03-09 15:18:57 -08:00
parent 110f6044a6
commit d19aafeddb

View File

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