Remove armeabi.

This commit is contained in:
Alan Evans 2019-03-20 17:09:24 -03:00 committed by Greyson Parrelli
parent 6df5457305
commit 6e5658431b

View File

@ -321,7 +321,7 @@ android {
buildConfigField "String[]", "LANGUAGES", "new String[]{\"" + autoResConfig().collect { s -> s.replace('-r', '_') }.join('", "') + '"}'
ndk {
abiFilters "armeabi", "armeabi-v7a", "x86"
abiFilters 'armeabi-v7a', 'x86'
}
resConfigs autoResConfig()