aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/proto
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2018-03-07 00:00:14 -0800
committerGravatar ncteisen <ncteisen@gmail.com>2018-03-07 00:00:14 -0800
commit97a3dbeb36c0f444b2e0d510bf43551bb546e1b6 (patch)
tree352c5af598eb4c14592a5f0140bb3ef2e868795d /src/proto
parent568a95e0b45f31918bc5518ff847a5a456156765 (diff)
Move C++ to util, call it from core test
Diffstat (limited to 'src/proto')
-rw-r--r--src/proto/grpc/channelz/BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/proto/grpc/channelz/BUILD b/src/proto/grpc/channelz/BUILD
index 9318e5ccde..bdb03d5e2d 100644
--- a/src/proto/grpc/channelz/BUILD
+++ b/src/proto/grpc/channelz/BUILD
@@ -21,4 +21,6 @@ grpc_package(name = "channelz", visibility = "public")
grpc_proto_library(
name = "channelz_proto",
srcs = ["channelz.proto"],
+ has_services = True,
+ well_known_protos = True,
)