al_combine_files
Categories:
al_combine_files
load("@com-alwaldend-git-src//bzl/macros: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 |