From f5c89b3bd5d74849757fd5b4d1a300068522a3ca Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Fri, 6 Mar 2026 13:26:57 -0800 Subject: Initial commit --- SDL-3.2.8/android-project/app/jni/Application.mk | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 SDL-3.2.8/android-project/app/jni/Application.mk (limited to 'SDL-3.2.8/android-project/app/jni/Application.mk') diff --git a/SDL-3.2.8/android-project/app/jni/Application.mk b/SDL-3.2.8/android-project/app/jni/Application.mk new file mode 100644 index 0000000..023bc20 --- /dev/null +++ b/SDL-3.2.8/android-project/app/jni/Application.mk @@ -0,0 +1,10 @@ + +# 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-16 -- cgit v1.2.3