restore grpc_generate_one_off_targets()

pull/15595/head
David Garcia Quintas 7 years ago
parent 483b4b7bde
commit 3351fe3a3f
  1. 3
      BUILD
  2. 2
      bazel/grpc_build_system.bzl

@ -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()

@ -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,

Loading…
Cancel
Save