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