Skip to content

Commit

Permalink
Generate flx files in the gen directory. (flutter#3595)
Browse files Browse the repository at this point in the history
This allows tools to locate them more easily.
  • Loading branch information
pylaligand authored Apr 17, 2017
1 parent 35a0813 commit 51adf04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/flutter_app.gni
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ template("flutter_app") {
flutter_tools_bin = "$flutter_tools_out_dir/dart-tools/flutter_tools"

dot_packages = "$target_gen_dir/$dart_package_name.packages"
bundle_path = "$root_out_dir/$bundle_name"
bundle_path = "$target_gen_dir/$bundle_name"
bundle_depfile = "$target_gen_dir/$bundle_name.d"
snapshot_path = "$target_gen_dir/${target_name}_snapshot.bin"
snapshot_depfile = "${snapshot_path}.d"
Expand Down Expand Up @@ -223,7 +223,7 @@ template("flutter_aot_app") {
flutter_tools_bin = "$flutter_tools_out_dir/dart-tools/flutter_tools"

dot_packages = "$target_gen_dir/$dart_package_name.packages"
bundle_path = "$root_out_dir/$bundle_name"
bundle_path = "$target_gen_dir/$bundle_name"
bundle_depfile = "$target_gen_dir/$bundle_name.d"
assembly_path = "$target_gen_dir/$target_name.S"
assembly_depfile = "${assembly_path}.d"
Expand Down

0 comments on commit 51adf04

Please sign in to comment.