sdl

FORK: Simple Directmedia Layer
git clone https://git.neptards.moe/neptards/sdl.git
Log | Files | Refs

Application.mk (236B)


      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 armeabi-v7a x86
      7 
      8 # Min SDK level
      9 APP_PLATFORM=android-10
     10