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