Application.mk 203 B

12345678
  1. APP_PLATFORM := android-19
  2. APP_OPTIM := release
  3. #APP_OPTIM := debug
  4. APP_STL := c++_static
  5. APP_CPPFLAGS += -fexceptions -std=c++17
  6. APP_ABI := armeabi-v7a
  7. APP_SHORT_COMMANDS := true
  8. #-frtti