Buildifier fixes

This commit is contained in:
Armando Montanez 2024-11-07 12:14:18 -08:00
parent 19ae897ce4
commit d6ec6afe0f
2 changed files with 2 additions and 1 deletions

View File

@ -122,6 +122,7 @@ FeatureInfo = provider(
FeatureImplyabilityInfo = provider( FeatureImplyabilityInfo = provider(
doc = "Provider used to constrain which kinds of features can be implied", doc = "Provider used to constrain which kinds of features can be implied",
fields = {},
) )
FeatureSetInfo = provider( FeatureSetInfo = provider(

View File

@ -70,7 +70,7 @@ cc_external_feature = rule(
mandatory = True, mandatory = True,
), ),
}, },
provides = [FeatureInfo, FeatureSetInfo, FeatureConstraintInfo], provides = [FeatureInfo, FeatureImplyabilityInfo, FeatureSetInfo, FeatureConstraintInfo],
doc = """A declaration that a [feature](https://bazel.build/docs/cc-toolchain-config-reference#features) with this name is defined elsewhere. doc = """A declaration that a [feature](https://bazel.build/docs/cc-toolchain-config-reference#features) with this name is defined elsewhere.
This rule communicates that a feature has been defined externally to make it possible to reference This rule communicates that a feature has been defined externally to make it possible to reference