mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-05-14 03:11:29 +00:00
It's adding dependencies on ANGLE's libEGL.so and libGLESv2.so which Chromium's linker on Android doesn't allow. Temporarily disable it (and, implicitly, WebGPU/Compat) in order to get Dawn's unit and end2end tests running on the CI bots while this is investigated. Bug: dawn:286 Bug: dawn:1545 Change-Id: Idd35c4e2b95454dca3faf9c522c028e0ff129e55 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/103300 Reviewed-by: Brandon Jones <bajones@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Kenneth Russell <kbr@google.com>