From e66282222531067ab599d3ef11f0ea08232f4da9 Mon Sep 17 00:00:00 2001 From: Sergii Pylypenko Date: Tue, 4 Oct 2016 23:21:56 +0300 Subject: [PATCH] SDL: fix to APP_PLATFORM option --- project/jni/Application.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/project/jni/Application.mk b/project/jni/Application.mk index 7a84cfe06..ce0339a1d 100644 --- a/project/jni/Application.mk +++ b/project/jni/Application.mk @@ -4,5 +4,4 @@ include jni/Settings.mk APP_STL := gnustl_static APP_CFLAGS := -O3 -DNDEBUG -g # arm-linux-androideabi-4.4.3 crashes in -O0 mode on SDL sources -APP_PLATFORM := android-18 # Android 4.3, the first one with GLES3 support APP_PIE := true # This feature makes executables incompatible to Android API 15 or lower, but executables without PIE will not run on Android 5.0 and newer