This is the multi-page printable view of this section. Click here to print.
Bzl
Bazel code
- 1: al_combine_files
- 2: al_txt_data
1 - al_combine_files
al_combine_files
load("@com_alwaldend_src//tools/txt/main/bzl:al_combine_files.bzl", "al_combine_files")
al_combine_files(name, srcs, **kwargs)
Create a genrule combining several files into one
PARAMETERS
| Name | Description | Default Value |
|---|---|---|
| name | genrule target | none |
| srcs | list of labels to combine | none |
| kwargs | other genrule kwargs | none |