mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
5 lines
152 B
Makefile
5 lines
152 B
Makefile
NDK_TOOLCHAIN_VERSION ?= 4.8
|
|
APP_ABI := armeabi-v7a,arm64-v8a,x86
|
|
APP_STL := c++_static
|
|
APP_GNUSTL_CPP_FEATURES := exceptions
|
|
APP_PLATFORM := android-9
|