You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# NDK_TOOLCHAIN_VERSION := clang3.5 |
|
APP_STL := c++_static |
|
APP_CPPFLAGS := -Wall -fstack-protector -fexceptions -fno-strict-aliasing -Wno-deprecated-register -DZT_NO_TYPE_PUNNING=1 |
|
APP_PLATFORM := android-14 |
|
APP_ABI := all
|
|
|