Skip to content

Commit

Permalink
Fix duplicate possible_owners in upb aspect.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 671440691
  • Loading branch information
protobuf-github-bot authored and copybara-github committed Sep 5, 2024
1 parent c3df359 commit f72e5ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bazel/private/upb_proto_library_internal/aspect.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ def _get_hint_providers(ctx, generator):
possible_owners = []
for generator in _GENERATORS:
possible_owners.append(ctx.label.relative(_generate_name(ctx, generator)))
possible_owners.append(ctx.label.relative(_generate_name(ctx, generator)))

if hasattr(cc_common, "CcSharedLibraryHintInfo"):
return [cc_common.CcSharedLibraryHintInfo(owners = possible_owners)]
Expand Down

0 comments on commit f72e5ce

Please sign in to comment.