Unverified Commit 141f87b3 authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

ensure that fe server is always built with tool (#29768)

parent 820b0e02
......@@ -253,4 +253,8 @@ dart_tool("fuchsia_attach") {
deps = [
":flutter_tools",
]
non_dart_deps = [
"//third_party/flutter/frontend_server:frontend_server_tool_snapshot($host_toolchain)",
]
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment