Switched to the dedicated executable for building flx files on Fuchsia. (flutter/engine#3084)

This commit is contained in:
P.Y. Laligand 2016-09-30 19:17:18 -07:00 committed by GitHub
parent 040c414a10
commit ef557a1408
2 changed files with 1 additions and 3 deletions

View File

@ -53,7 +53,7 @@ template("flutter_app") {
flutter_tools_gen_dir = get_label_info(flutter_tools_label, "target_gen_dir")
flutter_tools_name = get_label_info(flutter_tools_label, "name")
flutter_tools_packages = "$flutter_tools_gen_dir/$flutter_tools_name.packages"
flutter_tools_main = "$flutter_tools_label/bin/flutter_tools.dart"
flutter_tools_main = "$flutter_tools_label/bin/fuchsia_builder.dart"
dot_packages = "$target_gen_dir/$dart_package_name.packages"
bundle_path = "$root_out_dir/$bundle_name"

View File

@ -46,8 +46,6 @@ def main():
args.dart,
'--packages=%s' % args.flutter_tools_packages,
args.flutter_tools_main,
'build',
'mojo',
'--snapshotter-path=%s' % args.snapshotter_path,
'--working-dir=%s' % args.working_dir,
'--target=%s' % args.main_dart,