change: Bump minSdkVersion to 24

Openttd dropped support to not having getifaddrs, and Android only
started shipping ifaddrs.h with SDK 24
This commit is contained in:
2024-04-06 16:31:39 +01:00
parent 86aa68b95a
commit c9ce3ced58
12 changed files with 300 additions and 17 deletions

View File

@@ -273,8 +273,9 @@ NDK_TOOLCHAIN_VERSION=clang
# Android platform version.
# android-16 = Android 4.1, the earliest supported version in NDK r18.
# android-18 = Android 4.3, the first version supporting GLES3.
# android-21 = Android 5.1, the first version with SO_REUSEPORT defined.
APP_PLATFORM=19
# android-21 = Android 5.1, the first version with SO_REUSEPORT defined, also minimum version for Google Play Services since Aug. 2023 https://android-developers.googleblog.com/2023/07/google-play-services-discontinuing-updates-for-kitkat.html
# android-24 = Android 7.0, the first version with ifaddrs.h (needed for getifaddrs)
APP_PLATFORM=android-24
# Specify architectures to compile, 'all' or 'y' to compile for all architectures.
# Available architectures: armeabi-v7a arm64-v8a x86 x86_64