runfiles
A container of information regarding a set of files required at runtime execution. This object should be passed via DefaultInfo in order to tell the build system about the runfiles needed by the outputs produced by the rule.See runfiles guide for details.
Members
empty_filenames
depset runfiles.empty_filenamesReturns names of empty files to create.
files
depset runfiles.filesReturns the set of runfiles as files.
merge
runfiles runfiles.merge(other)Returns a new runfiles object that includes all the contents of this one and the argument.
Parameters
Parameter | Description |
---|---|
other
|
The runfiles object to merge into this. |
root_symlinks
depset runfiles.root_symlinksReturns the set of root symlinks.
symlinks
depset runfiles.symlinksReturns the set of symlinks.