Starlark が Blaze の構成 API とやり取りするための関数。
メンバー
FeatureFlagInfo
Provider config_common.FeatureFlagInfo
toolchain_type
toolchain_type config_common.toolchain_type(name, *, mandatory=True)
パラメータ
パラメータ | 説明 |
---|---|
name
|
string; または Label: 必須 必須のツールチェーン タイプ。 |
mandatory
|
bool: デフォルトは True ツールチェーン タイプが必須かオプションか。 |