Skip to content

Commit

Permalink
Update broken link in upb aspect.bzl::alias library
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 688672200
  • Loading branch information
honglooker authored and copybara-github committed Oct 22, 2024
1 parent 9f1b38e commit 8376542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bazel/private/upb_proto_library_internal/aspect.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ def upb_proto_aspect_impl(
if not getattr(ctx.rule.attr, "srcs", []):
# This target doesn't declare any sources, reexport all its deps instead.
# This is known as an "alias library":
# https://bazel.build/reference/be/protocol-buffer#proto_library.srcs
# https://bazel.build/versions/6.4.0/reference/be/protocol-buffer#proto_library.srcs
files = _merge_generated_srcs([dep[file_provider].srcs for dep in ctx.rule.attr.deps])
wrapped_cc_info = cc_provider(
cc_info = cc_common.merge_cc_infos(direct_cc_infos = dep_ccinfos),
Expand Down

0 comments on commit 8376542

Please sign in to comment.