fixed screen size for newer SDL versions on Android
[rocksndiamonds.git] / build-projects / android / jni / Application.mk
1
2 # Uncomment this if you're using STL in your project
3 # See CPLUSPLUS-SUPPORT.html in the NDK documentation for more information
4 # APP_STL := stlport_static
5
6 APP_ABI := armeabi-v7a armeabi x86
7 APP_STL := gnustl_static
8
9 APP_OPTIM := debug