Fix order of abiCodes
This commit is contained in:
parent
4a1248bcab
commit
d1562f18e9
|
@ -95,7 +95,8 @@ android {
|
|||
reset()
|
||||
|
||||
// Specifies a list of ABIs for Gradle to create APKs for.
|
||||
include "x86", "x86_64", "arm64-v8a", "armeabi-v7a"
|
||||
//noinspection ChromeOsAbiSupport
|
||||
include project.ext.abiCodes.keySet() as String[]
|
||||
|
||||
// Specifies that we don't want to also generate a universal APK that includes all ABIs.
|
||||
universalApk false
|
||||
|
|
Loading…
Reference in New Issue