提交 9eeed701 编写于 作者: Z Zachary Anderson 提交者: GitHub

Use dart instead of dart_no_observatoy (#3304)

Now that the observatory build works in Fuchsia, use dart instead of dart_no_observatory so that dart_no_observatory can be removed from the build.
上级 cde66eb6
......@@ -56,9 +56,9 @@ template("flutter_app") {
flutter_snapshot_dir = get_label_info(flutter_snapshot_label, "root_out_dir")
flutter_snapshot = "$flutter_snapshot_dir/sky_snapshot"
dart_binary_label = "//dart/runtime/bin:dart_no_observatory($host_toolchain)"
dart_binary_label = "//dart/runtime/bin:dart($host_toolchain)"
dart_binary_dir = get_label_info(dart_binary_label, "root_out_dir")
dart_binary = "$dart_binary_dir/dart_no_observatory"
dart_binary = "$dart_binary_dir/dart"
flutter_root = "//lib/flutter"
flutter_tools_label = "$flutter_root/packages/flutter_tools"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册