Skip to content

Commit c2ffd5a

Browse files
committedNov 29, 2019
Remove Android armv5/6
1 parent f66e561 commit c2ffd5a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎bugs/brokenLibretroPlatforms.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Lakka(needs makefile)
22
xbox(don't know)
33
xbox360(don't know)
4+
Android armv5/6, the NDK dropped support for them and they broke when the buildbot was updated
45

56
Fixed:
67
classics/new haxchi
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# only compile the CPUs that Android actually used at some point
2-
APP_ABI := armeabi armeabi-v7a arm64-v8a x86 x86_64
2+
APP_ABI := armeabi-v7a arm64-v8a x86 x86_64
33
APP_PLATFORM := android-18
44
APP_STL := c++_static
55
APP_CPPFLAGS += -std=c++11

0 commit comments

Comments
 (0)
Please sign in to comment.