File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,9 @@ source_set("snapshot") {
169
169
}
170
170
171
171
compile_platform (" non_strong_platform" ) {
172
- libraries_specification_uri = " libraries.json"
172
+ single_root_scheme = " org-dartlang-sdk"
173
+ single_root_base = rebase_path (" ../../../" )
174
+ libraries_specification_uri = " org-dartlang-sdk:///flutter/lib/snapshot/libraries.json"
173
175
174
176
outputs = [
175
177
" $root_out_dir /flutter_patched_sdk/platform.dill" ,
@@ -183,7 +185,9 @@ compile_platform("non_strong_platform") {
183
185
}
184
186
185
187
compile_platform (" strong_platform" ) {
186
- libraries_specification_uri = " libraries.json"
188
+ single_root_scheme = " org-dartlang-sdk"
189
+ single_root_base = rebase_path (" ../../../" )
190
+ libraries_specification_uri = " org-dartlang-sdk:///flutter/lib/snapshot/libraries.json"
187
191
188
192
outputs = [
189
193
" $root_out_dir /flutter_patched_sdk/platform_strong.dill" ,
You can’t perform that action at this time.
0 commit comments