Enable arm64 for testing

This commit is contained in:
khanhduytran0 2020-09-15 17:05:27 +07:00
parent 3a9da81033
commit df685726a4
6 changed files with 4 additions and 4 deletions

View File

@ -24,11 +24,11 @@ android {
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 26 targetSdkVersion 26
versionCode 156235 versionCode 156235
versionName "3.2.0_6402b_20200910" versionName "3.2.0_6403b_20200915"
multiDexEnabled true //important multiDexEnabled true //important
ndk { ndk {
abiFilters "armeabi-v7a" abiFilters "arm64-v8a", "armeabi-v7a"
} }
} }

View File

@ -1,5 +1,5 @@
# NDK_TOOLCHAIN_VERSION := 4.9 # NDK_TOOLCHAIN_VERSION := 4.9
APP_PLATFORM := android-21 APP_PLATFORM := android-21
APP_STL := system APP_STL := system
APP_ABI := armeabi-v7a APP_ABI := armeabi-v7a arm64-v8a
# x86 arm64-v8a x86_64 # x86 x86_64