with self.run_tracker.new_workunit(name="bootstrap", labels=[WorkUnit.SETUP]):
// construct base parameters to be filled in for BuildGraph
for path in self.options.for_global_scope().bootstrap_buildfiles:
build_file = self.address_mapper.from_cache(root_dir=self.root_dir, relpath=path)
// TODO(pl): This is an unfortunate interface leak, but I don"t think
// in the long run that we should be relying on "bootstrap" BUILD files