aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/ijar/BUILD
diff options
context:
space:
mode:
authorGravatar Han-Wen Nienhuys <hanwen@google.com>2015-02-25 16:45:20 +0100
committerGravatar Han-Wen Nienhuys <hanwen@google.com>2015-02-25 16:45:20 +0100
commitd08b27fa9701fecfdb69e1b0d1ac2459efc2129b (patch)
tree5d50963026239ca5aebfb47ea5b8db7e814e57c8 /third_party/ijar/BUILD
Update from Google.
-- MOE_MIGRATED_REVID=85702957
Diffstat (limited to 'third_party/ijar/BUILD')
-rw-r--r--third_party/ijar/BUILD12
1 files changed, 12 insertions, 0 deletions
diff --git a/third_party/ijar/BUILD b/third_party/ijar/BUILD
new file mode 100644
index 0000000000..6f6659f0d4
--- /dev/null
+++ b/third_party/ijar/BUILD
@@ -0,0 +1,12 @@
+package(default_visibility = ["//src:__pkg__"])
+licenses(["notice"]) # Apache 2.0
+
+cc_binary(
+ name = "ijar",
+ srcs = glob([
+ "*.cc",
+ "*.h",
+ ]),
+ # TODO(bazel-team): we should replace the -lz flag.
+ linkopts = ["-lz"],
+)