mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-26 00:34:45 +02:00
7 lines
167 B
Makefile
7 lines
167 B
Makefile
APP_STL := gnustl_static
|
|
APP_PLATFORM := android-9
|
|
APP_ABI := armeabi-v7a armeabi x86
|
|
#APP_ABI := armeabi-v7a
|
|
APP_GNUSTL_CPP_FEATURES :=
|
|
NDK_TOOLCHAIN_VERSION := 4.8
|