mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
6 lines
153 B
Makefile
6 lines
153 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-21
|