aboutsummaryrefslogtreecommitdiffhomepage
path: root/bazel
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2018-05-31 17:20:56 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2018-05-31 17:20:56 -0700
commit3351fe3a3f3836c8522e10536264c8ee2adb8fa6 (patch)
treeed0466f5fc862af0be28d368fa8cc74507020d9b /bazel
parent483b4b7bded98fd008e7db6007a95a8a32d943e5 (diff)
restore grpc_generate_one_off_targets()
Diffstat (limited to 'bazel')
-rw-r--r--bazel/grpc_build_system.bzl2
1 files changed, 2 insertions, 0 deletions
diff --git a/bazel/grpc_build_system.bzl b/bazel/grpc_build_system.bzl
index 63ed77e2a9..a682d89ec9 100644
--- a/bazel/grpc_build_system.bzl
+++ b/bazel/grpc_build_system.bzl
@@ -158,6 +158,8 @@ def grpc_cc_binary(name, srcs = [], deps = [], external_deps = [], args = [], da
linkopts = if_not_windows(["-pthread"]) + linkopts,
)
+def grpc_generate_one_off_targets(): pass
+
def grpc_sh_test(name, srcs, args = [], data = []):
native.sh_test(
name = name,