Skip to content

Commit

Permalink
Revert "Use single_root_scheme when compiling platform (flutter#6402)" (
Browse files Browse the repository at this point in the history
flutter#6431)

Revert commit 360d446.
  • Loading branch information
dnfield committed Oct 4, 2018
1 parent 37fd43d commit 5340f42
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions lib/snapshot/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,7 @@ source_set("snapshot") {
}

compile_platform("non_strong_platform") {
single_root_scheme = "org-dartlang-sdk"
single_root_base = rebase_path("../../../")
libraries_specification_uri = "org-dartlang-sdk:///flutter/lib/snapshot/libraries.json"
libraries_specification_uri = "libraries.json"

outputs = [
"$root_out_dir/flutter_patched_sdk/platform.dill",
Expand All @@ -185,9 +183,7 @@ compile_platform("non_strong_platform") {
}

compile_platform("strong_platform") {
single_root_scheme = "org-dartlang-sdk"
single_root_base = rebase_path("../../../")
libraries_specification_uri = "org-dartlang-sdk:///flutter/lib/snapshot/libraries.json"
libraries_specification_uri = "libraries.json"

outputs = [
"$root_out_dir/flutter_patched_sdk/platform_strong.dill",
Expand Down

0 comments on commit 5340f42

Please sign in to comment.