A rule that provides file(s) specific via DefaultInfo from a given target's DefaultInfo or OutputGroupInfo.
See also select_file from bazel-skylib.
output_files(name, output_group, paths, target)
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 |
make_output_files(name, target, paths, kwargs)
Helper function to generate a output_files target and return its label.
PARAMETERS
RETURNS
The label name