Application.mk 195 B

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