aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/grpc
diff options
context:
space:
mode:
authorGravatar Vladimir Moskva <vladmos@google.com>2016-09-12 19:45:49 +0200
committerGravatar Kristina Chodorow <kchodorow@google.com>2016-09-12 14:29:46 -0400
commit7f77b45284080de49b3c74a6abebe1a6ff47ee71 (patch)
tree329043df1a24b0f42798c867b9642139875b0e79 /third_party/grpc
parent3a5663f62a129a765e796431095f6705c09a83e8 (diff)
Config files compatible with the new version of Bazel
Change-Id: I59fd0ff2059abb16ccb23403736efe2d955038f4
Diffstat (limited to 'third_party/grpc')
-rw-r--r--third_party/grpc/grpc.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/grpc/grpc.patch b/third_party/grpc/grpc.patch
index 448776a2d0..fc1c224ebd 100644
--- a/third_party/grpc/grpc.patch
+++ b/third_party/grpc/grpc.patch
@@ -138,7 +138,7 @@ index 62284a3..bc76cd1 100644
single_file = True,
),
+ "grpc_java_plugin": attr.label(
-+ cfg = HOST_CFG,
++ cfg = "host",
+ executable = True,
+ single_file = True,
+ ),