Added upb_c_proto_library() as an alias for upb_proto_library().

This is the first step of a migration to split apart upb_proto_library() into upb_c_proto_library() and upb_minitable_proto_library().

PiperOrigin-RevId: 563837216
pull/13927/head
Joshua Haberman 1 year ago committed by Copybara-Service
parent 54d4937ad6
commit 4fa4311f68
  1. 3
      upb/bazel/upb_proto_library.bzl

@ -472,6 +472,9 @@ upb_proto_library = rule(
provides = [CcInfo],
)
# Temporary alias, see b/291827469.
upb_c_proto_library = upb_proto_library
# upb_proto_reflection_library() ###############################################
_upb_proto_reflection_library_aspect = aspect(

Loading…
Cancel
Save