config_common [共通]

Blaze の構成可能性 API とやり取りするための Starlark の関数。

メンバー

FeatureFlagInfo

Provider config_common.FeatureFlagInfo

config_feature_flag の値を含むプロバイダを取得するために使用されるキー。

toolchain_type

toolchain_type config_common.toolchain_type(name, *, mandatory=True)

ツールチェーン タイプに対するルールの依存関係を宣言します。

パラメータ

パラメータ 説明
name string、または Label。必須
必要なツールチェーン タイプ。
mandatory bool; デフォルトは True
ツールチェーン タイプが必須か省略可能か。