A rule that provides file(s) specific via DefaultInfo from a given target's DefaultInfo or OutputGroupInfo.
See also select_file from bazel-skylib.
A rule that provides file(s) specific via DefaultInfo from a given target's DefaultInfo or OutputGroupInfo
ATTRIBUTES
Name | Description | Type | Mandatory | Default |
---|---|---|---|---|
name | A unique name for this target. | Name | required | |
output_group | if set, we look in the specified output group for paths instead of DefaultInfo | String | optional | "" |
paths | the paths of the file(s), relative to their roots, to provide via DefaultInfo from the given target's DefaultInfo or OutputGroupInfo | List of strings | required | |
target | the target to look in for requested paths in its' DefaultInfo or OutputGroupInfo | Label | required |
Helper function to generate a output_files target and return its label.
PARAMETERS
Name | Description | Default Value |
---|---|---|
name | unique name for the generated output_files target | none |
target | target attribute passed to generated output_files target | none |
paths | paths attribute passed to generated output_files target | none |
kwargs | parameters to pass to generated output_files target | none |
RETURNS
The label name