mirror of
https://github.com/encounter/engine.git
synced 2026-03-30 11:09:55 -07:00
b0dc4a6316
runtime/BUILD.gn and ..core/BUILD.gn use flutter_runtime_mode which is defined in common.gni. If the build comes through common/BUILD.gn this is imported (implicity) but builds that depend on specific files, like the Fuchsia build, won't have this imported. This imports the gni from the build files that use it instead of relying on it already being there.