Internal change

PiperOrigin-RevId: 570208557
pull/14272/head
Protobuf Team Bot 1 year ago committed by Copybara-Service
parent 95ad110c7f
commit e912bc2e3a
  1. 5
      upb/BUILD
  2. 2
      upb_generator/BUILD

@ -81,6 +81,11 @@ package_group(
packages = ["//..."],
)
package_group(
name = "friend_generators",
packages = ["//..."],
)
cc_library(
name = "upb",
hdrs = [

@ -123,7 +123,7 @@ bootstrap_cc_library(
"//upb:descriptor_upb_proto",
],
copts = UPB_DEFAULT_CPPOPTS,
visibility = ["//protos_generator:__pkg__"],
visibility = ["//visibility:public"],
deps = [
"//upb:base",
"//upb:mini_descriptor",

Loading…
Cancel
Save