Try adding a gn clean before building fontations
My hypothesis is that GN doesn't know it needs to rebuild some
of the Rust libraries when something (maybe the rust version?)
changed, so we'll just tell it to do a "clean" before building
to encourage it to re-run the Bazel commands (which *do* know
they should be re-built).
Change-Id: I0d2b5344e59f50d9e3c7c4c2bed6d9e00c5245af
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/818536
Reviewed-by: Brian Osman <brianosman@google.com>
2 files changed