Save the Date: BazelCon 2023 will be held October 24-25 at Google Munich! Learn more

LateBoundDefault

Report an issue View source

Represents a late-bound default attribute value of type 'Label'. The value of a LateBoundDefault is only resolvable in the context of a rule implementation function, and depends on the current build configuration. For example, a LateBoundDefault might represent the Label of the java toolchain in the current build configuration.

See configuration_field for example usage.