Application.mk 229 B

12345
  1. # NDK_TOOLCHAIN_VERSION := clang3.5
  2. APP_STL := c++_static
  3. APP_CPPFLAGS := -Wall -fstack-protector -fexceptions -fno-strict-aliasing -frtti -Wno-deprecated-register -DZT_NO_TYPE_PUNNING=1
  4. APP_PLATFORM := android-21
  5. APP_ABI := all