diff --git a/shell/platform/fuchsia/dart/BUILD.gn b/shell/platform/fuchsia/dart/BUILD.gn index 2242fb4775ea7..3116502547e53 100644 --- a/shell/platform/fuchsia/dart/BUILD.gn +++ b/shell/platform/fuchsia/dart/BUILD.gn @@ -10,7 +10,7 @@ application_snapshot("kernel_compiler") { main_dart = "compiler.dart" deps = [ - "../flutter/kernel:kernel_platform_files", + "../flutter/kernel:kernel_platform_files($host_toolchain)", ] dot_packages = rebase_path("//third_party/dart/.packages")