Internal Change

PiperOrigin-RevId: 545697501
pull/13171/head
Protobuf Team Bot 1 year ago committed by Copybara-Service
parent f1315e3d3f
commit afafc2d105
  1. 2
      BUILD
  2. 2
      upbc/BUILD

@ -484,6 +484,8 @@ cc_library(
bootstrap_upb_proto_library(
name = "descriptor_upb_proto",
base_dir = "upb/reflection/",
# TODO(b/289127200): Export 'net/proto2/proto/descriptor.upb.h' and remove "-layering_check".
features = ["-layering_check"],
google3_src_files = ["net/proto2/proto/descriptor.proto"],
google3_src_rules = ["//net/proto2/proto:descriptor_proto_source"],
oss_src_files = ["google/protobuf/descriptor.proto"],

@ -68,6 +68,8 @@ upb_proto_reflection_library(
bootstrap_upb_proto_library(
name = "plugin_upb_proto",
base_dir = "",
# TODO(b/289127200): Export 'net/proto2/proto/descriptor.upb.h' and remove "-layering_check".
features = ["-layering_check"],
google3_src_files = [
"net/proto2/compiler/proto/profile.proto",
"third_party/protobuf/compiler/plugin.proto",

Loading…
Cancel
Save