Application.mk 260 B

1234567891011
  1. # Uncomment this if you're using STL in your project
  2. # See CPLUSPLUS-SUPPORT.html in the NDK documentation for more information
  3. APP_STL := c++_shared
  4. APP_CPPFLAGS := -std=c++17 -fexceptions
  5. APP_ABI := armeabi-v7a x86
  6. # Min SDK level
  7. APP_PLATFORM=android-10