Skip to main content
Represents a configuration transition across a dependency edge. For example, if //package:foo depends on //package:bar with a configuration transition, then the configuration of these two targets will differ: //package:bar’s transition will be determined by that of //package:foo, as subject to the function defined by a transition object.

Members

transition

A transition that reads a set of input build settings and writes a set of output build settings. Example:
For more details see here.

Parameters