ci/android: Update to building for SDK 29 by default.

This will get us build coverage of a bunch of Vulkan features, plus the
ELF TLS support.

Reviewed-by: Roman Stratiienko <r.stratiienko@gmail.com>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10389>
This commit is contained in:
Eric Anholt 2021-04-21 14:00:34 -07:00 committed by Marge Bot
parent 0d8e431871
commit 148723ce64
1 changed files with 1 additions and 1 deletions

View File

@ -800,7 +800,7 @@ meson-android:
EXTRA_OPTION: >
-D android-stub=true
-D llvm=disabled
-D platform-sdk-version=26
-D platform-sdk-version=29
-D valgrind=false
GALLIUM_ST: >
-D dri3=disabled