From 3351fe3a3f3836c8522e10536264c8ee2adb8fa6 Mon Sep 17 00:00:00 2001 From: David Garcia Quintas Date: Thu, 31 May 2018 17:20:56 -0700 Subject: restore grpc_generate_one_off_targets() --- bazel/grpc_build_system.bzl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bazel') 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, -- cgit v1.2.3