From 914b2ae380d58486a6c759932e2cd68409ae2cae Mon Sep 17 00:00:00 2001 From: Aaron Kling Date: Tue, 28 May 2019 14:29:29 -0500 Subject: [PATCH] Remove armeabi from default android abi list This has been deprecated for some time and has been completely removed from recent ndks --- libretro-config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretro-config.sh b/libretro-config.sh index 4d895234..3d9a3ed6 100755 --- a/libretro-config.sh +++ b/libretro-config.sh @@ -43,7 +43,7 @@ export BUILD_LIBRETRO_GL=1 #ANDROID DEFINES #================ -export TARGET_ABIS="armeabi armeabi-v7a arm64-v8a x86 x86_64" +export TARGET_ABIS="armeabi-v7a arm64-v8a x86 x86_64" #uncomment to define NDK standalone toolchain for ARM #export NDK_ROOT_DIR_ARM =