mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-16 16:16:04 -04:00
Enable x86_64 build
This commit is contained in:
parent
57e88b9a32
commit
07879688e6
@ -28,7 +28,7 @@ android {
|
||||
multiDexEnabled true //important
|
||||
|
||||
ndk {
|
||||
abiFilters "armeabi-v7a", "x86" // , "arm64-v8a"
|
||||
abiFilters "armeabi-v7a", "x86", "x86_64" // , "arm64-v8a"
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user