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