mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2026-04-19 17:17:04 -04:00
Disable arm64 to test if framebuffer work
This commit is contained in:
@@ -28,7 +28,7 @@ android {
|
||||
multiDexEnabled true //important
|
||||
|
||||
ndk {
|
||||
abiFilters "armeabi-v7a", "arm64-v8a", "x86"
|
||||
abiFilters "armeabi-v7a", "x86" // , "arm64-v8a"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user