summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorBilly Laws <blaws05@gmail.com>2021-03-28 15:17:26 +0000
committerMarge Bot <eric+marge@anholt.net>2021-04-19 21:21:53 +0000
commitaf0e6c22db4e7e144fc5eca6bfa1af57d4662987 (patch)
tree022e15d01f3badcc7485d44396c0bebf3a720aab /meson_options.txt
parentc1352205ab8cf0c1c5e2ad979ca9dda1b3edb089 (diff)
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>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index a7030aba31e..ae495f41ae5 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -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.'
)