Skip to content

Commit

Permalink
Remove trailing mangle for generated_protos_support
Browse files Browse the repository at this point in the history
and rename to hpb (!)

PiperOrigin-RevId: 663373078
  • Loading branch information
honglooker authored and copybara-github committed Aug 15, 2024
1 parent 115b192 commit 6879b81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions hpb/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,13 @@ cc_library(

# Common support code for C++ generated code.
cc_library(
name = "generated_protos_support__only_for_generated_code_do_not_use__i_give_permission_to_break_me",
name = "generated_hpb_support",
hdrs = [
"internal.h",
],
compatible_with = ["//buildenv/target:non_prod"],
copts = UPB_DEFAULT_CPPOPTS,
visibility = ["//visibility:public"],
visibility = ["//hpb/bazel:__pkg__"],
deps = [
":hpb",
":internal",
Expand Down
2 changes: 1 addition & 1 deletion hpb/bazel/upb_cc_proto_library.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ _upb_cc_proto_library_aspect = aspect(
default = [
# TODO: Add dependencies for cc runtime (absl/string etc..)
"//upb:generated_cpp_support__only_for_generated_code_do_not_use__i_give_permission_to_break_me",
"//hpb:generated_protos_support__only_for_generated_code_do_not_use__i_give_permission_to_break_me",
"//hpb:generated_hpb_support",
"@com_google_absl//absl/strings",
"@com_google_absl//absl/status:statusor",
"//hpb:repeated_field",
Expand Down

0 comments on commit 6879b81

Please sign in to comment.