summaryrefslogtreecommitdiff
path: root/build-scripts
diff options
context:
space:
mode:
authorSam Lantinga <slouken@libsdl.org>2019-01-12 12:11:06 -0800
committerSam Lantinga <slouken@libsdl.org>2019-01-12 12:11:06 -0800
commit733a711a4bd352158883f949484cad41a6356aa9 (patch)
tree07e327cdd33f2ef1f1494b0e01724b560f00920f /build-scripts
parentc95335fc3cac65726f5beadc5996a3eb6c419eac (diff)
downloadsdl-733a711a4bd352158883f949484cad41a6356aa9.tar.gz
Updated minimum supported Android version to API 16, to match latest NDK toolchain
Diffstat (limited to 'build-scripts')
-rwxr-xr-xbuild-scripts/androidbuildlibs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-scripts/androidbuildlibs.sh b/build-scripts/androidbuildlibs.sh
index 934becc68..3e57b4710 100755
--- a/build-scripts/androidbuildlibs.sh
+++ b/build-scripts/androidbuildlibs.sh
@@ -69,6 +69,6 @@ ndk-build \
NDK_LIBS_OUT=$lib \
APP_BUILD_SCRIPT=Android.mk \
APP_ABI="armeabi-v7a arm64-v8a x86 x86_64" \
- APP_PLATFORM=android-14 \
+ APP_PLATFORM=android-16 \
APP_MODULES="SDL2 SDL2_main" \
$ndk_args