提交 a9ee8808 编写于 作者: C Chinmay Garde

Merge pull request #1996 from chinmaygarde/master

Provide the location of dart:vmservice_sky to the precompilation snapshotter
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册