mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-12 22:26:56 -04:00
Disable arm64 and x86_64 build
This commit is contained in:
parent
44c0d260bf
commit
12e07b91b5
@ -28,7 +28,7 @@ android {
|
|||||||
multiDexEnabled true //important
|
multiDexEnabled true //important
|
||||||
|
|
||||||
ndk {
|
ndk {
|
||||||
abiFilters "armeabi-v7a" , "x86" , "x86_64" , "arm64-v8a"
|
abiFilters "armeabi-v7a" , "x86" // , "x86_64" , "arm64-v8a"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user