From 05af6e2720d03b538e64a73a84af1f4c4f8ce762 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Sun, 14 Apr 2019 23:37:11 -0700 Subject: Get Android build working again and update for SDL 2.0.7 (last version to support older versions of Android) --- android/jni/Application.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'android/jni') 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 -- cgit v1.2.3