comparison android/jni/Application.mk @ 1839:78abbabfd58d

Get Android build working again and update for SDL 2.0.7 (last version to support older versions of Android)
author Michael Pavone <pavone@retrodev.com>
date Sun, 14 Apr 2019 23:37:11 -0700
parents 09f5a349e881
children 13abdc98379e
comparison
equal deleted inserted replaced
1836:601ef72cc16f 1839:78abbabfd58d
2 # Uncomment this if you're using STL in your project 2 # Uncomment this if you're using STL in your project
3 # See CPLUSPLUS-SUPPORT.html in the NDK documentation for more information 3 # See CPLUSPLUS-SUPPORT.html in the NDK documentation for more information
4 # APP_STL := stlport_static 4 # APP_STL := stlport_static
5 5
6 APP_ABI := x86 6 APP_ABI := x86
7 APP_PLATFORM := android-16
8 APP_OPTIM := release