Skip to main content
Functions for Starlark to interact with Blaze’s configurability APIs.

Members

FeatureFlagInfo

The key used to retrieve the provider containing config_feature_flag’s value.

toolchain_type

Declare a rule’s dependency on a toolchain type.

Parameters

ParameterDescription
namestring; or Label; required The toolchain type that is required.
mandatorybool; default is True Whether the toolchain type is mandatory or optional.