mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
* [fuchsia][shader warmup] Fixed SkpWarmupTest This test regressed due to https://github.com/flutter/engine/pull/23488 and this regression was silent due to https://github.com/flutter/flutter/issues/78277 Credit to @gnoliyil for actually putting together the fix. * [fuchsia][shader warmup] Avoid recursively iterating over assets directory when loading skp's due to high cost of openat() on pkgfs