From 1922fa1c18f2617c9f4b5cd229db877fa2d4cef0 Mon Sep 17 00:00:00 2001 From: Tran Khanh Duy <40482367+khanhduytran0@users.noreply.github.com> Date: Tue, 22 Sep 2020 16:28:55 +0700 Subject: [PATCH] Disable arm64 to test if framebuffer work --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 3bbc0bd55..9f565aa8f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -28,7 +28,7 @@ android { multiDexEnabled true //important ndk { - abiFilters "armeabi-v7a", "arm64-v8a", "x86" + abiFilters "armeabi-v7a", "x86" // , "arm64-v8a" } }