You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
259 B

  1. APP_ABI := arm64-v8a#arm64-v8a#armeabi
  2. APP_PLATFORM := android-21
  3. #APP_STL := stlport_static
  4. APP_STL := gnustl_static
  5. STLPORT_FORCE_REBUILD := false
  6. APP_CPPFLAGS += -fexceptions -frtti
  7. #APP_GNUSTL_FORCE_CPP_FEATURES := exceptions
  8. APP_OPTIM := release