From 9aa3d8b987d09b1cf97f0ff72166104cde389c15 Mon Sep 17 00:00:00 2001 From: scribam Date: Thu, 15 Jul 2021 08:13:05 +0200 Subject: [PATCH] android: do not filter abi, allow x86_64 build --- shell/android-studio/flycast/build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/shell/android-studio/flycast/build.gradle b/shell/android-studio/flycast/build.gradle index 2fbdffe63..f877eadce 100644 --- a/shell/android-studio/flycast/build.gradle +++ b/shell/android-studio/flycast/build.gradle @@ -42,7 +42,6 @@ android { ndk { moduleName 'flycast' - abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86' } }