mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Remove official support for armeabi devices (that is, very old ones)
This commit is contained in:
parent
7d39b49ec4
commit
951c5e7c0b
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
APP_STL := gnustl_static
|
||||
APP_PLATFORM := android-9
|
||||
APP_ABI := armeabi-v7a armeabi x86
|
||||
APP_ABI := armeabi-v7a x86
|
||||
#APP_ABI := armeabi-v7a
|
||||
APP_GNUSTL_CPP_FEATURES :=
|
||||
NDK_TOOLCHAIN_VERSION := 4.8
|
||||
|
|
Loading…
Add table
Reference in a new issue