mirror of
https://github.com/libretro/Mu.git
synced 2026-02-04 05:35:13 +00:00
Remove Android armv5/6
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user