mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-13 14:51:51 -04:00
Enable arm64 to test
This commit is contained in:
parent
e6e288e15d
commit
11be6576a6
@ -28,7 +28,7 @@ android {
|
|||||||
multiDexEnabled true //important
|
multiDexEnabled true //important
|
||||||
|
|
||||||
ndk {
|
ndk {
|
||||||
abiFilters "armeabi-v7a", "x86" // , "arm64-v8a"
|
abiFilters "armeabi-v7a", "x86" , "arm64-v8a"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user