Skip to content

Commit

Permalink
Create a java lite flavor of channelz (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdcormie authored Nov 14, 2024
1 parent 0b30c8c commit aeccc47
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,12 @@ java_proto_library(
deps = [":channelz_proto"],
)

java_lite_proto_library(
name = "channelz_java_proto_lite",
visibility = ["//visibility:public"],
deps = [":channelz_proto"],
)

proto_library(
name = "health_proto",
srcs = ["grpc/health/v1/health.proto"],
Expand Down

0 comments on commit aeccc47

Please sign in to comment.