aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/ijar/BUILD
diff options
context:
space:
mode:
authorGravatar Damien Martin-Guillerez <dmarting@google.com>2016-02-17 15:27:32 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2016-02-17 15:36:59 +0000
commit1bab6b10e72f9c2877af51cc6193c3dad3be6d33 (patch)
tree5851fc7c2da6ba7746e99b3daaf508e6eaadd9d5 /third_party/ijar/BUILD
parent829b561d10c5226284d16fb247deac0c4485bb4e (diff)
Stop bundling ijar's sources in bazel_tools
Instead bundle ijar's zipper binary so the skylark rules that depends on it can use it from @bazel_tools. A commit introducing windows config settings broke our appengine tutorial. -- MOS_MIGRATED_REVID=114857080
Diffstat (limited to 'third_party/ijar/BUILD')
-rw-r--r--third_party/ijar/BUILD6
1 files changed, 0 insertions, 6 deletions
diff --git a/third_party/ijar/BUILD b/third_party/ijar/BUILD
index edd6bf1200..56e2d5a6ae 100644
--- a/third_party/ijar/BUILD
+++ b/third_party/ijar/BUILD
@@ -7,12 +7,6 @@ package(
licenses(["notice"]) # Apache 2.0
-filegroup(
- name = "srcs",
- srcs = glob(["**"]),
- visibility = ["//third_party:__pkg__"],
-)
-
cc_library(
name = "zip",
srcs = [