aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/BUILD b/BUILD
index a7a32020b1..db1bdaa994 100644
--- a/BUILD
+++ b/BUILD
@@ -30,6 +30,7 @@ load(
"//bazel:grpc_build_system.bzl",
"grpc_cc_library",
"grpc_proto_plugin",
+ "grpc_generate_one_off_targets",
)
config_setting(
@@ -1968,3 +1969,5 @@ grpc_cc_library(
"//src/proto/grpc/core:stats_proto",
],
)
+
+grpc_generate_one_off_targets()