5 lines
101 B
Makefile
5 lines
101 B
Makefile
NDK_TOOLCHAIN_VERSION = 4.8
|
|
APP_STL := gnustl_static
|
|
APP_CPPFLAGS += -fexceptions
|
|
APP_OPTIM := debug
|