config_common [共通]

Starlark が Blaze の設定可能性 API とやり取りするための関数です。

メンバー

FeatureFlagInfo

Provider config_common.FeatureFlagInfo

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

toolchain_type

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

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

パラメータ

パラメータ 説明
name string; or Label、 必須
必要なツールチェーン タイプ。
mandatory bool、 デフォルト = True
ツールチェーン タイプが必須か任意か。