mirror of
https://github.com/spiffcode/hostile-takeover.git
synced 2026-06-03 23:45:08 -06:00
6 lines
119 B
Makefile
6 lines
119 B
Makefile
APP_STL := gnustl_static
|
|
APP_CPPFLAGS += -fexceptions
|
|
APP_ABI := all
|
|
APP_PLATFORM=android-19
|
|
NDK_TOOLCHAIN_VERSION=4.8
|