Application.mk 293 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_STL := gnustl_shared
  5. APP_ABI := armeabi armeabi-v7a
  6. APP_CPPFLAGS := -frtti
  7. APP_LDFLAGS := -llog -landroid -lz
  8. # APP_OPTIM := debug