Starlark が Blaze の設定可能性 API とやり取りするための関数です。
メンバー
FeatureFlagInfo
Provider config_common.FeatureFlagInfo
toolchain_type
toolchain_type config_common.toolchain_type(name, *, mandatory=True)
パラメータ
パラメータ | 説明 |
---|---|
name
|
string;またはラベル
必須 必要なツールチェーン タイプ。 |
mandatory
|
bool;
デフォルトは True です ツールチェーン タイプが必須か任意か。 |