mirror of
https://github.com/izzy2lost/ppsspp.git
synced 2026-03-10 12:43:04 -07:00
6 lines
152 B
Makefile
6 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
|