Files
ppsspp/android/jni/Application.mk
T
Unknown W. Brackets d0b1f1a26e Switch Android build to clang.
It's now the recommended build from NDK 11+.  GCC is deprecated.
2016-07-24 12:52:24 -07:00

6 lines
154 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 := clang