Remove Android armv5/6

This commit is contained in:
meepingsnesroms
2019-11-29 14:32:11 -08:00
parent f66e5613b3
commit c2ffd5a04a
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
Lakka(needs makefile)
xbox(don't know)
xbox360(don't know)
Android armv5/6, the NDK dropped support for them and they broke when the buildbot was updated
Fixed:
classics/new haxchi

View File

@@ -1,5 +1,5 @@
# only compile the CPUs that Android actually used at some point
APP_ABI := armeabi armeabi-v7a arm64-v8a x86 x86_64
APP_ABI := armeabi-v7a arm64-v8a x86 x86_64
APP_PLATFORM := android-18
APP_STL := c++_static
APP_CPPFLAGS += -std=c++11