mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
In c3ad553 (#7642), //shell/platform/darwin:framework_shared was added without the root flutter config, causing a build breakage in Fuchsia, where flutter sits under //third_party/flutter as opposed to at the root. The flutter root config is required to set -I../../third_party as an include path.