mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-14 07:05:40 -04:00
Enable arm64 for testing
This commit is contained in:
parent
3a9da81033
commit
df685726a4
@ -24,11 +24,11 @@ android {
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 26
|
||||
versionCode 156235
|
||||
versionName "3.2.0_6402b_20200910"
|
||||
versionName "3.2.0_6403b_20200915"
|
||||
multiDexEnabled true //important
|
||||
|
||||
ndk {
|
||||
abiFilters "armeabi-v7a"
|
||||
abiFilters "arm64-v8a", "armeabi-v7a"
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
# NDK_TOOLCHAIN_VERSION := 4.9
|
||||
APP_PLATFORM := android-21
|
||||
APP_STL := system
|
||||
APP_ABI := armeabi-v7a
|
||||
# x86 arm64-v8a x86_64
|
||||
APP_ABI := armeabi-v7a arm64-v8a
|
||||
# x86 x86_64
|
||||
|
Loading…
x
Reference in New Issue
Block a user