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") {
169169}
170170
171171compile_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" 
173175
174176  outputs  =  [
175177    " $root_out_dir /flutter_patched_sdk/platform.dill"  ,
@@ -183,7 +185,9 @@ compile_platform("non_strong_platform") {
183185}
184186
185187compile_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" 
187191
188192  outputs  =  [
189193    " $root_out_dir /flutter_patched_sdk/platform_strong.dill"  ,
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments