mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-12 22:26:56 -04:00
So we disable arm64 build...
This commit is contained in:
parent
df685726a4
commit
06491c5bbf
@ -26,10 +26,11 @@ android {
|
|||||||
versionCode 156235
|
versionCode 156235
|
||||||
versionName "3.2.0_6403b_20200915"
|
versionName "3.2.0_6403b_20200915"
|
||||||
multiDexEnabled true //important
|
multiDexEnabled true //important
|
||||||
|
/*
|
||||||
ndk {
|
ndk {
|
||||||
abiFilters "arm64-v8a", "armeabi-v7a"
|
abiFilters "arm64-v8a", "armeabi-v7a"
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
@ -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 arm64-v8a
|
APP_ABI := armeabi-v7a
|
||||||
# x86 x86_64
|
# arm64-v8a x86 x86_64
|
||||||
|
Loading…
x
Reference in New Issue
Block a user