Skip to content

Commit aeccc47

Browse files
authored
Create a java lite flavor of channelz (#163)
1 parent 0b30c8c commit aeccc47

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

BUILD.bazel

+6
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,12 @@ java_proto_library(
117117
deps = [":channelz_proto"],
118118
)
119119

120+
java_lite_proto_library(
121+
name = "channelz_java_proto_lite",
122+
visibility = ["//visibility:public"],
123+
deps = [":channelz_proto"],
124+
)
125+
120126
proto_library(
121127
name = "health_proto",
122128
srcs = ["grpc/health/v1/health.proto"],

0 commit comments

Comments
 (0)