From 30f41c02aec763d32e62351452da9ef582bc3472 Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Fri, 6 Mar 2026 13:30:59 -0800 Subject: Move contrib libraries to contrib repo --- contrib/SDL-3.2.8/android-project/app/jni/Application.mk | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 contrib/SDL-3.2.8/android-project/app/jni/Application.mk (limited to 'contrib/SDL-3.2.8/android-project/app/jni/Application.mk') diff --git a/contrib/SDL-3.2.8/android-project/app/jni/Application.mk b/contrib/SDL-3.2.8/android-project/app/jni/Application.mk deleted file mode 100644 index 023bc20..0000000 --- a/contrib/SDL-3.2.8/android-project/app/jni/Application.mk +++ /dev/null @@ -1,10 +0,0 @@ - -# 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