meson: bump default value of platform-sdk-version to Android 14

Bump default value of platform-sdk-version to 34 which is Android 14.

This is the API version recommended by Google for new app development
since 31 August 2024, but it does not hurt to strongly suggest it for
mesa as well.

Developers who need to build for older Android SDK versions can always
pass `platform-sdk-version` when configuring the build.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34468>
This commit is contained in:
Antonio Ospite 2025-01-14 17:08:22 +01:00 committed by Marge Bot
parent 11e8a96495
commit 725acc0b74

View file

@ -574,8 +574,8 @@ option(
type : 'integer',
min : 25,
max : 10000,
value : 25,
description : 'Android Platform SDK version. Default: Nougat version.'
value : 34,
description : 'Android Platform SDK version. Default: Android14 version.'
)
option(