sdl

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

Application.mk (265B)


      1 
      2 # Uncomment this if you're using STL in your project
      3 # You can find more information here:
      4 # https://developer.android.com/ndk/guides/cpp-support
      5 # APP_STL := c++_shared
      6 
      7 APP_ABI := armeabi-v7a arm64-v8a x86 x86_64
      8 
      9 # Min runtime API level
     10 APP_PLATFORM=android-16