Remove armeabi.
This commit is contained in:
parent
6df5457305
commit
6e5658431b
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue