commit | 141f87b32754267cc02bae03477c4b109b828324 | [log] [tgz] |
---|---|---|
author | Jonah Williams <jonahwilliams@google.com> | Tue Mar 26 17:11:04 2019 -0700 |
committer | GitHub <noreply@github.com> | Tue Mar 26 17:11:04 2019 -0700 |
tree | 1a2f9e3a594bd3e44ff40e843fbeea29b1782be4 | |
parent | 820b0e029eef06fbfbc8be32d488a9c7092c823c [diff] |
ensure that fe server is always built with tool (#29768)
diff --git a/packages/flutter_tools/BUILD.gn b/packages/flutter_tools/BUILD.gn index 2df1803..48b481d 100644 --- a/packages/flutter_tools/BUILD.gn +++ b/packages/flutter_tools/BUILD.gn
@@ -253,4 +253,8 @@ deps = [ ":flutter_tools", ] + + non_dart_deps = [ + "//third_party/flutter/frontend_server:frontend_server_tool_snapshot($host_toolchain)", + ] }