aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/BUILD
diff options
context:
space:
mode:
authorGravatar lberki <lberki@google.com>2017-09-29 05:51:37 -0400
committerGravatar John Cater <jcater@google.com>2017-09-29 12:14:42 -0400
commit1020143c53d3f3bb650e02d9912510a4b8010821 (patch)
tree59301a6026405a0a544e42a452dba871037cdf21 /src/BUILD
parent50c8339f0e454c331421ac2ca54c7fd2b50aaca9 (diff)
Remove client (or client.exe) from the Bazel self-extracting zip.
The same binary is *outside* of the zip so there is no point in repeating it. RELNOTES: None. PiperOrigin-RevId: 170461181
Diffstat (limited to 'src/BUILD')
-rw-r--r--src/BUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/BUILD b/src/BUILD
index 75c3fc72e7..7c79e6737a 100644
--- a/src/BUILD
+++ b/src/BUILD
@@ -266,7 +266,6 @@ genrule(
# third
"//src/main/java/com/google/devtools/build/lib:bazel/BazelServer_deploy.jar",
"install_base_key" + suffix,
- "//src/main/cpp:client",
":libunix",
"//src/main/tools:build-runfiles",
"//src/main/tools:process-wrapper",