From af0e6c22db4e7e144fc5eca6bfa1af57d4662987 Mon Sep 17 00:00:00 2001 From: Billy Laws Date: Sun, 28 Mar 2021 15:17:26 +0000 Subject: [PATCH] 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 Part-of: --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.' )