diff --git a/sky/build/SnapshotterInvoke b/sky/build/SnapshotterInvoke index 96903c2be3047cdeaeacc852881018936020dd86..fd63543089c55ea3db0af788ade66b78906361b6 100755 --- a/sky/build/SnapshotterInvoke +++ b/sky/build/SnapshotterInvoke @@ -91,9 +91,9 @@ SnapshotProject() { local ui_path="$(readlink ${packages}/sky_engine)/../sdk_ext/dart_ui.dart" AssertExists $ui_path - # FIXME: Publish vmservice_sky - # local vm_service_path="needs/to/be/published" - # AssertExists $vm_service_path + # For dart:vmservice_sky + local vm_service_path="$(readlink ${packages}/sky_engine)/../sdk_ext/main.dart" + AssertExists $vm_service_path local main_path="${project_path}/lib/main.dart" AssertExists $main_path