Skip to content

Commit d8336b1

Browse files
sfreilichcopybara-github
authored andcommitted
Propagate proto_registry_aspect from android_local_test.runtime_deps
That aspect is supposed to propagate via `runtime_deps`, but was not applied but was not applied to that attribute at the top level. PiperOrigin-RevId: 862431315 Change-Id: I8bccdd65bb93905a910101c90af2f4499d858a33
1 parent 149c537 commit d8336b1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

rules/android_local_test/attrs.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ def make_attrs(additional_aspects = [], native_libs_transition = None):
118118
# TODO(timpeut): verify we can require JavaInfo
119119
# providers = [JavaInfo],
120120
cfg = native_libs_transition,
121+
aspects = additional_aspects,
121122
),
122123
srcs = attr.label_list(
123124
# TODO(timpeut): order independent

0 commit comments

Comments
 (0)