Application.mk 251 B

123456789
  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 := stlport_static
  4. APP_ABI := armeabi-v7a arm64-v8a x86 x86_64
  5. # Min runtime API level
  6. APP_PLATFORM=android-14