ci/deqp: enable building testlog tools on Android too

The testlog tools seem to build fine on Android, add a patch to
VK-GL-CTS to enable them when DE_OS_IS_ANDROID.

Reviewed-by: Eric Engestrom <None>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30895>
This commit is contained in:
Antonio Ospite 2024-11-15 12:21:49 +01:00 committed by Marge Bot
parent f908bf1e7f
commit 956ac1e562

View file

@ -37,6 +37,9 @@ DEQP_GLES_VERSION=3.2.11.0
main_cts_commits_to_backport=(
# If you find yourself wanting to add something in here, consider whether
# bumping DEQP_MAIN_COMMIT is not a better solution :)
# Build testlog-* and other tools also on Android
0fcd87248f83a2174e5c938cb105dc2da03f3683
)
# shellcheck disable=SC2034