mirror of
https://github.com/spiffcode/hostile-takeover.git
synced 2026-04-29 23:41:38 -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
|