mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 03:08:05 +02:00
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:
parent
faa857a061
commit
732208839f
1 changed files with 2 additions and 2 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue