Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 693962471
Change-Id: Ic6eb88551226608dcf184f55257867e951fcf996
  • Loading branch information
Sax Authors authored and copybara-github committed Nov 7, 2024
1 parent 62de359 commit b418dd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions saxml/protobuf/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ kt_jvm_proto_library(
kt_jvm_stubby_library(
name = "custom_kt_stubby",
srcs = [":custom_proto"],
visibility = [":sax_rpc_visibility"],
visibility = ["//visibility:private"],
deps = [":custom_kt_proto"],
)

Expand Down Expand Up @@ -424,7 +424,7 @@ kt_jvm_proto_library(
kt_jvm_stubby_library(
name = "audio_kt_stubby",
srcs = [":audio_proto"],
visibility = [":sax_rpc_visibility"],
visibility = ["//visibility:private"],
deps = [":audio_kt_proto"],
)

Expand Down

0 comments on commit b418dd5

Please sign in to comment.