From 30c8da8abf2d549cf0f17a6965c497ba7d3713aa Mon Sep 17 00:00:00 2001 From: Zachary Anderson Date: Thu, 6 Sep 2018 12:26:20 -0700 Subject: [PATCH] Pull $flutter_root:config into shell/engine/version:version (#6186) 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 0214a4d767b..348ea3e26d2 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" ] }