diff options
author | Michael Pavone <pavone@retrodev.com> | 2019-04-14 23:37:11 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2019-04-14 23:37:11 -0700 |
commit | 05af6e2720d03b538e64a73a84af1f4c4f8ce762 (patch) | |
tree | 6b7d1d16ce7fa5ae14b40069fb6b6dc6bc9c374d /android/jni/Application.mk | |
parent | f56f65652e292022c1a0fadb3807a7792468f267 (diff) |
Get Android build working again and update for SDL 2.0.7 (last version to support older versions of Android)
Diffstat (limited to 'android/jni/Application.mk')
-rw-r--r-- | android/jni/Application.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/android/jni/Application.mk b/android/jni/Application.mk index d144e9c..053c0f1 100644 --- a/android/jni/Application.mk +++ b/android/jni/Application.mk @@ -4,3 +4,5 @@ # APP_STL := stlport_static APP_ABI := x86 +APP_PLATFORM := android-16 +APP_OPTIM := release |