From 4263c64beaeb0bed1ae2409d9f61c64e38ed99a5 Mon Sep 17 00:00:00 2001 From: Zachary Anderson Date: Thu, 6 Sep 2018 12:13:10 -0700 Subject: [PATCH] Pull $flutter_root:config into shell/engine/version:version To fix the Fuchsia build. --- shell/version/BUILD.gn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shell/version/BUILD.gn b/shell/version/BUILD.gn index 0214a4d767bff..348ea3e26d2a7 100644 --- a/shell/version/BUILD.gn +++ b/shell/version/BUILD.gn @@ -15,4 +15,6 @@ source_set("version") { "SHELL_SKIA_VERSION=\"$shell_skia_version\"", "SHELL_DART_VERSION=\"$shell_dart_version\"", ] + + public_configs = [ "$flutter_root:config" ] }