diff --git a/BUILD.gn b/BUILD.gn index 6ef04fba07de69eeac5259e8244fce7333d57a66..36080a48e6cbbf60fbfc7dd2855ddda58bc07c27 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -6,7 +6,7 @@ group("flutter") { testonly = true deps = [ - "//flutter/lib/snapshot:compile_platform", + "//flutter/lib/snapshot:flutter_patched_sdk", "//flutter/lib/snapshot:generate_snapshot_bin", "//flutter/sky", "//flutter/third_party/txt", diff --git a/lib/snapshot/BUILD.gn b/lib/snapshot/BUILD.gn index b3acf64bf495e3746a227f1a964ff458d43d284e..48ff46adff7ef06b3eb816c1e9f92d8487f2b2e9 100644 --- a/lib/snapshot/BUILD.gn +++ b/lib/snapshot/BUILD.gn @@ -413,8 +413,7 @@ action("compile_platform") { args = [ "--target=flutter", - "dart:core", - "dart:vmservice_sky", + "dart:core" ] + rebase_path(sources, root_build_dir) + rebase_path(outputs, root_build_dir) }