Skip to content

Commit b34392a

Browse files
honglookercopybara-github
authored andcommitted
internal change
PiperOrigin-RevId: 792218596
1 parent 862dc86 commit b34392a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

hpb/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ cc_library(
109109
name = "generated_hpb_support",
110110
visibility = [
111111
"//hpb/bazel:__pkg__",
112-
"//src/google/protobuf/compiler/hpb:__pkg__",
112+
"//hpb_generator:__pkg__",
113113
],
114114
deps = [
115115
":hpb",

upb_generator/c/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ cc_library(
2121
name = "names",
2222
srcs = ["names.cc"],
2323
hdrs = ["names.h"],
24-
visibility = ["//src/google/protobuf/compiler/hpb:__pkg__"],
24+
visibility = ["//hpb_generator:__pkg__"],
2525
deps = [
2626
":names_internal",
2727
"@abseil-cpp//absl/container:flat_hash_map",

upb_generator/common/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ cc_library(
2828
srcs = ["cpp_to_upb_def.cc"],
2929
hdrs = ["cpp_to_upb_def.h"],
3030
visibility = [
31-
"//src/google/protobuf/compiler/hpb:__subpackages__",
31+
"//hpb_generator:__subpackages__",
3232
"//third_party/kotlin/protobuf/generator/native:__subpackages__",
3333
],
3434
deps = [

upb_generator/minitable/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ cc_library(
5757
srcs = ["names.cc"],
5858
hdrs = ["names.h"],
5959
visibility = [
60-
"//src/google/protobuf/compiler/hpb:__pkg__",
60+
"//hpb_generator:__pkg__",
6161
"//src/google/protobuf/compiler/rust:__pkg__",
6262
"//third_party/kotlin/protobuf/generator/native:__pkg__",
6363
"//upb_generator:__subpackages__",

0 commit comments

Comments
 (0)