meson/android: bump platform-sdk-version to Android 15

According to https://apilevels.com/ targetSdk must be 35+ for new apps
and app updates as of August 31, 2025.

So let mesa also follow that recommendation.

This only affects the default value for cases when platform-sdk-version
has not been specified explicitly.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39197>
This commit is contained in:
Antonio Ospite 2025-10-15 09:12:56 +02:00 committed by Marge Bot
parent faa857a061
commit 732208839f

View file

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