generateFor property

InputSet? generateFor
final

Sources to use as inputs for this Builder in glob format.

This is always a subset of the include argument in the containing BuildTarget. May be null in which cases it will be all the sources in the target.

Implementation

final InputSet? generateFor;