From 6aaedb813fa11ba0679c3051bc2eb28646b9506c Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Sat, 30 Aug 2025 16:53:58 -0700 Subject: Update to SDL3 --- .../SDL-3.2.20/android-project/app/jni/Application.mk | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/contrib/SDL-3.2.20/android-project/app/jni/Application.mk (limited to 'src/contrib/SDL-3.2.20/android-project/app/jni/Application.mk') diff --git a/src/contrib/SDL-3.2.20/android-project/app/jni/Application.mk b/src/contrib/SDL-3.2.20/android-project/app/jni/Application.mk new file mode 100644 index 0000000..80b73fd --- /dev/null +++ b/src/contrib/SDL-3.2.20/android-project/app/jni/Application.mk @@ -0,0 +1,13 @@ + +# Uncomment this if you're using STL in your project +# You can find more information here: +# https://developer.android.com/ndk/guides/cpp-support +# APP_STL := c++_shared + +APP_ABI := armeabi-v7a arm64-v8a x86 x86_64 + +# Min runtime API level +APP_PLATFORM=android-21 + +# https://developer.android.com/guide/practices/page-sizes#update-packaging +APP_SUPPORT_FLEXIBLE_PAGE_SIZES := true \ No newline at end of file -- cgit v1.2.3