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; または Label: 必須
必須のツールチェーン タイプ。
mandatory bool: デフォルトは True
ツールチェーン タイプが必須かオプションかを示します。