Enable x86_64 build

This commit is contained in:
Tran Khanh Duy 2020-09-25 15:34:32 +07:00 committed by GitHub
parent 57e88b9a32
commit 07879688e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ android {
multiDexEnabled true //important
ndk {
abiFilters "armeabi-v7a", "x86" // , "arm64-v8a"
abiFilters "armeabi-v7a", "x86", "x86_64" // , "arm64-v8a"
}
}