mirror of
https://github.com/libretro/ppsspp.git
synced 2025-03-04 06:28:03 +00:00
6 lines
152 B
Makefile
6 lines
152 B
Makefile
APP_STL := gnustl_static
|
|
APP_PLATFORM := android-9
|
|
APP_ABI := arm64-v8a armeabi-v7a x86 x86_64
|
|
APP_GNUSTL_CPP_FEATURES :=
|
|
NDK_TOOLCHAIN_VERSION := 4.9
|