Application.mk 203 B

1234567
  1. APP_STL := gnustl_static
  2. APP_ABI := armeabi armeabi-v7a x86 mips arm64-v8a x86_64 mips64
  3. APP_OPTIM := release
  4. APP_PLATFORM := android-9
  5. APP_CPPFLAGS += -fexceptions -frtti
  6. NDK_TOOLCHAIN_VERSION := clang