Members
DefaultInfo
DefaultInfo constructor.
Parameters
data_runfiles
data dependency attribute. Under most circumstances, use the default_runfiles parameter instead. See “runfiles features to avoid” for details.
May return None.
default_runfiles
run command or as a tool dependency).
May return None.
executable
File object representing the executable that should be executed to run the target, or None if unset. Should be set only for executable and test targets.
May return None.
files
depset of File objects representing the default outputs to build when this target is specified on the bazel command line. By default it is all predeclared outputs.
May return None.
files_to_run
FilesToRunProvider object containing information about the executable and runfiles of the target.
May return None.