mirror of
https://gitee.com/openharmony/third_party_mesa3d
synced 2024-11-27 09:31:03 +00:00
meson: Increase Android Platform SDK version limit
This is required to allow building with support for newer whitelisted extensions such as VK_KHR_performance_query. Reviewed-by: Eric Anholt <eric@anholt.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9878>
This commit is contained in:
parent
c1352205ab
commit
af0e6c22db
@ -442,7 +442,7 @@ option(
|
||||
'platform-sdk-version',
|
||||
type : 'integer',
|
||||
min : 25,
|
||||
max : 28,
|
||||
max : 30,
|
||||
value : 25,
|
||||
description : 'Android Platform SDK version. Default: Nougat version.'
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user