summaryrefslogtreecommitdiff
path: root/src/contrib/SDL-3.2.20/android-project/app/jni/Application.mk
blob: 80b73fd6bc4634d14d6bf569535b77660310dfa7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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