Remove armeabi from default android abi list

This has been deprecated for some time and has been completely
removed from recent ndks
This commit is contained in:
Aaron Kling 2019-05-28 14:29:29 -05:00
parent 4dc1956983
commit 914b2ae380

View File

@ -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 =