mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
7 lines
195 B
Makefile
7 lines
195 B
Makefile
APP_STL := gnustl_static
|
|
APP_PLATFORM := android-9
|
|
#APP_ABI := armeabi-v7a x86
|
|
#APP_ABI := armeabi-v7a
|
|
APP_ABI := arm64-v8a armeabi-v7a
|
|
APP_GNUSTL_CPP_FEATURES :=
|
|
# NDK_TOOLCHAIN_VERSION := 4.9
|