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:
Billy Laws 2021-03-28 15:17:26 +00:00 committed by Marge Bot
parent c1352205ab
commit af0e6c22db
1 changed files with 1 additions and 1 deletions

View File

@ -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.'
)