From 6a5a17ef5db1fccf12ca4f362848b2636ae13ebe Mon Sep 17 00:00:00 2001 From: jonahwilliams Date: Tue, 7 Jul 2020 10:49:56 -0700 Subject: [PATCH 1/2] switch kernel_compiler to package_config --- 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 72651af12a1c3..7b20dbb564736 100644 --- a/shell/platform/fuchsia/dart/BUILD.gn +++ b/shell/platform/fuchsia/dart/BUILD.gn @@ -13,7 +13,7 @@ application_snapshot("kernel_compiler") { "../flutter/kernel:kernel_platform_files($host_toolchain)", ] - dot_packages = rebase_path("//third_party/dart/.packages") + dot_packages = rebase_path("//third_party/dart/.dart_tool/package_config.json") training_args = [ "--train", From fddca068a7fcc0f05471b6d1c96299c69c496b0b Mon Sep 17 00:00:00 2001 From: Jonah Williams Date: Tue, 7 Jul 2020 10:58:51 -0700 Subject: [PATCH 2/2] Update BUILD.gn --- shell/platform/fuchsia/dart/BUILD.gn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shell/platform/fuchsia/dart/BUILD.gn b/shell/platform/fuchsia/dart/BUILD.gn index 7b20dbb564736..b35a8c7a0e1bc 100644 --- a/shell/platform/fuchsia/dart/BUILD.gn +++ b/shell/platform/fuchsia/dart/BUILD.gn @@ -13,7 +13,8 @@ application_snapshot("kernel_compiler") { "../flutter/kernel:kernel_platform_files($host_toolchain)", ] - dot_packages = rebase_path("//third_party/dart/.dart_tool/package_config.json") + dot_packages = + rebase_path("//third_party/dart/.dart_tool/package_config.json") training_args = [ "--train",