summaryrefslogtreecommitdiff
path: root/src/contrib/SDL-3.2.20/android-project/app/jni/Application.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/contrib/SDL-3.2.20/android-project/app/jni/Application.mk')
-rw-r--r--src/contrib/SDL-3.2.20/android-project/app/jni/Application.mk13
1 files changed, 13 insertions, 0 deletions
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 @@
1
2# Uncomment this if you're using STL in your project
3# You can find more information here:
4# https://developer.android.com/ndk/guides/cpp-support
5# APP_STL := c++_shared
6
7APP_ABI := armeabi-v7a arm64-v8a x86 x86_64
8
9# Min runtime API level
10APP_PLATFORM=android-21
11
12# https://developer.android.com/guide/practices/page-sizes#update-packaging
13APP_SUPPORT_FLEXIBLE_PAGE_SIZES := true \ No newline at end of file