Disable arm64 to test if framebuffer work

This commit is contained in:
Tran Khanh Duy 2020-09-22 16:28:55 +07:00 committed by GitHub
parent b75765f67b
commit 1922fa1c18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ android {
multiDexEnabled true //important
ndk {
abiFilters "armeabi-v7a", "arm64-v8a", "x86"
abiFilters "armeabi-v7a", "x86" // , "arm64-v8a"
}
}