Update broken link in upb aspect.bzl::alias library

PiperOrigin-RevId: 688672200
pull/18945/head
Hong Shin 1 month ago committed by Copybara-Service
parent 9f1b38e8a1
commit 8376542603
  1. 2
      bazel/private/upb_proto_library_internal/aspect.bzl

@ -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),

Loading…
Cancel
Save