bartleby(name, prefix, srcs)
Run Bartleby on a set of libraries.
This outputs a target that provides a CcInfo
provider.
ATTRIBUTES
Name | Description | Type | Mandatory | Default |
---|---|---|---|---|
name | A unique name for this target. | Name | required | |
prefix | Prefix to apply to library's symbols | String | optional | "" |
srcs | Libraries to give to bartleby. These targets have to provide a CcInfo provider. |
List of labels | required |