Application.mk 245 B

123456
  1. NDK_TOOLCHAIN_VERSION := clang
  2. APP_STL := c++_static
  3. APP_CPPFLAGS := -O3 -fPIC -fPIE -fvectorize -Wall -fstack-protector -fexceptions -fno-strict-aliasing -Wno-deprecated-register -DZT_NO_TYPE_PUNNING=1
  4. APP_PLATFORM := android-14
  5. APP_ABI := all