Skip to content

Commit

Permalink
Internal Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 545697501
  • Loading branch information
protobuf-github-bot authored and copybara-github committed Jul 5, 2023
1 parent f1315e3 commit afafc2d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down
2 changes: 2 additions & 0 deletions upbc/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit afafc2d

Please sign in to comment.