Skip to content

Commit 4fcb0da

Browse files
Make scala_proto_aspect have "provides = [ScalaProtoAspectInfo]" (#1549)
1 parent 4bdf33a commit 4fcb0da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scala_proto/private/scala_proto_aspect.bzl

+1
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ def make_scala_proto_aspect(*extras):
208208
implementation = _scala_proto_aspect_impl,
209209
attr_aspects = ["deps"],
210210
incompatible_use_toolchain_transition = True,
211+
provides = [ScalaProtoAspectInfo],
211212
attrs = dicts.add(
212213
attrs,
213214
extras_phases(extras),

0 commit comments

Comments
 (0)