Revert "Revert "Use single_root_scheme when compiling platform (#6402)" (#6431)" (flutter/engine#6473)
This reverts commit4ef754772e, relands single root filesystem that is needed for reusable platform kernel files, that is safe to land now since dart rolla2ebb14376has the fix for previously broken dependency file generation.
This commit is contained in:
committed by
GitHub
parent
f585d49353
commit
001a267498
@@ -169,7 +169,9 @@ source_set("snapshot") {
|
||||
}
|
||||
|
||||
compile_platform("non_strong_platform") {
|
||||
libraries_specification_uri = "libraries.json"
|
||||
single_root_scheme = "org-dartlang-sdk"
|
||||
single_root_base = rebase_path("../../../")
|
||||
libraries_specification_uri = "org-dartlang-sdk:///flutter/lib/snapshot/libraries.json"
|
||||
|
||||
outputs = [
|
||||
"$root_out_dir/flutter_patched_sdk/platform.dill",
|
||||
@@ -183,7 +185,9 @@ compile_platform("non_strong_platform") {
|
||||
}
|
||||
|
||||
compile_platform("strong_platform") {
|
||||
libraries_specification_uri = "libraries.json"
|
||||
single_root_scheme = "org-dartlang-sdk"
|
||||
single_root_base = rebase_path("../../../")
|
||||
libraries_specification_uri = "org-dartlang-sdk:///flutter/lib/snapshot/libraries.json"
|
||||
|
||||
outputs = [
|
||||
"$root_out_dir/flutter_patched_sdk/platform_strong.dill",
|
||||
|
||||
Reference in New Issue
Block a user