From 1020143c53d3f3bb650e02d9912510a4b8010821 Mon Sep 17 00:00:00 2001 From: lberki Date: Fri, 29 Sep 2017 05:51:37 -0400 Subject: 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 --- src/BUILD | 1 - 1 file changed, 1 deletion(-) (limited to 'src/BUILD') 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", -- cgit v1.2.3