Edit

kc3-lang/SDL/android-project/jni/Application.mk

Branch :

  • Show log

    Commit

  • Author : Gabriel Jacobo
    Date : 2013-11-05 20:07:39
    Hash : 0b7c69fe
    Message : Adds Joystick support for Android This bumps the build SDK level to 12 (up from 10). Runtime requirements remain the same (at API level < 12 joystick support is disabled). Also enables building SDL for armv7 and x86.

  • android-project/jni/Application.mk
  • # Uncomment this if you're using STL in your project
    # See CPLUSPLUS-SUPPORT.html in the NDK documentation for more information
    # APP_STL := stlport_static 
    
    APP_ABI := armeabi armeabi-v7a x86