fuchsia_find_all_package_resources

A rule which collects all of the FuchsiaPackageResourcesInfo providers.

This rule will take a set of deps and runs through all of their dependencies to find any rules which export the FuchsiaPackageResourcesInfo provider. It then will collect all of the resources and expose them in a FuchsiaCollectedPackageResourcesInfo provider.

ATTRIBUTES

Name Description Type Mandatory Default
name A unique name for this target. Name required -
deps A list of roots for the DAG of dependencies to scan. Label List required -