aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/BUILD
diff options
context:
space:
mode:
authorGravatar Klaus Aehlig <aehlig@google.com>2017-06-09 13:34:34 -0400
committerGravatar John Cater <jcater@google.com>2017-06-09 14:07:33 -0400
commit9f8d81e01143e9beffcb3df103a9e76b1e4021ef (patch)
tree6aa670edab75ac7d2f3ab846a8972b30071f9edb /src/BUILD
parentff147c43b87fe8e707ad945040fc36225afabd79 (diff)
Make singlejar aware of FreeBSD
The C implementation of singlejar verifies that it is built for a supported system; currently those are 64-bit linux and apple systems. However, the code is portable enough that it can easily be adapted to run on 64-bit FreeBSD systems as well. In fact, only the path of a single header file is different, and we need to link with -lm. Fixes #3096. Change-Id: Id69542ad940f1161aceb55eb8f5dabda2f486747 PiperOrigin-RevId: 158533955
Diffstat (limited to 'src/BUILD')
-rw-r--r--src/BUILD5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/BUILD b/src/BUILD
index 16194e1821..247746237e 100644
--- a/src/BUILD
+++ b/src/BUILD
@@ -163,11 +163,6 @@ filegroup(
"//third_party/ijar:zipper",
],
}) + select({
- # TODO(bazel-team): Once https://github.com/bazelbuild/bazel/issues/3096
- # is resolved, use cc implementation of singlejar on freebsd
- ":freebsd": [
- "//src/java_tools/singlejar:SingleJar_deploy.jar",
- ],
# TODO(bazel-team): Once https://github.com/bazelbuild/bazel/issues/2241
# is resolved, use cc implementation of singlejar on windows
":windows": [