mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-14 15:17:02 -04:00
Disable arm64 to test if framebuffer work
This commit is contained in:
parent
b75765f67b
commit
1922fa1c18
@ -28,7 +28,7 @@ android {
|
|||||||
multiDexEnabled true //important
|
multiDexEnabled true //important
|
||||||
|
|
||||||
ndk {
|
ndk {
|
||||||
abiFilters "armeabi-v7a", "arm64-v8a", "x86"
|
abiFilters "armeabi-v7a", "x86" // , "arm64-v8a"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user