ci/android: Check ANGLE version

Save the current git hash to /angle/hash after applying local patches,
and use it to verify that we're using our own ANGLE build in
Cuttlefish.

Signed-off-by: Valentine Burley <valentine.burley@collabora.com>
Reviewed-by: Eric Engestrom <None>
Reviewed-by: Antonio Ospite <None>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33377>
This commit is contained in:
Valentine Burley
2025-02-04 09:56:09 +01:00
committed by Marge Bot
parent 0fc4aef848
commit 2aab9ef3fd
3 changed files with 17 additions and 5 deletions

View File

@@ -40,6 +40,9 @@ done
git log --reverse --oneline $ANGLE_REV.. --format='- %s'
} > /angle/version
# Save the current git hash to /angle/hash after applying local patches
git rev-parse HEAD > /angle/hash
GCLIENT_CUSTOM_VARS=()
GCLIENT_CUSTOM_VARS+=('--custom-var=angle_enable_cl=False')
GCLIENT_CUSTOM_VARS+=('--custom-var=angle_enable_cl_testing=False')