• Jonah Williams's avatar
    [flutter_tools] remove most use of global packages path (#60231) · 82a6f9bf
    Jonah Williams authored
    The global packages path could cause tests to fail when it would be overriden to unexpected (in test setup) values. Remove most usage and make it a configuration on buildInfo, along with most other build information. Cleanup the asset builder to require the .packages path and the resident runners to no longer require it, since they already have the information in build_info.
    
    It needs to stick around for the fuchsia deps we do not control.
    
    Filled #60232 for remaining work.
    82a6f9bf
asset_bundle_package_test.dart 21.5 KB