6b1f30f359
Structured tagging is used to verify the checksum of the component we're building. In Android's case, this is currently only used for ANGLE. Move the build-time check to the debian/x86_64_test-android container, where ANGLE is built. Previously, having this definition in .android-variables meant that every Android test job inherited the ANGLE_TAG variable, making it impossible to use Mesa as the GLES driver in CI. Signed-off-by: Valentine Burley <valentine.burley@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34572>