From be8aae3e64d0d4474de59dc363dff595c196102d Mon Sep 17 00:00:00 2001 From: Kaushik Iska Date: Thu, 1 Aug 2019 12:55:48 -0700 Subject: [PATCH] Make kernel compiler use host toolchain --- shell/platform/fuchsia/dart/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")