aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/ijar
diff options
context:
space:
mode:
authorGravatar Xin Gao <xingao@google.com>2017-06-14 11:58:53 -0400
committerGravatar Lukacs T. Berki <lberki@google.com>2017-06-19 09:11:57 +0200
commite4564296e810b77169a23edf63f5352effb0a5ce (patch)
treec77668c07d053d418957e5422b744bf97b8690fa /third_party/ijar
parent1d82d199f82409f217a42bcefebb96f723f91caa (diff)
Create embedded_tools targets for ijar and zlib.
This is part of https://bazel-review.googlesource.com/#/c/11590/. Change-Id: Id4a7fd459013e3f25a5a99684ea04295e3b68fb4
Diffstat (limited to 'third_party/ijar')
-rw-r--r--third_party/ijar/BUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/third_party/ijar/BUILD b/third_party/ijar/BUILD
index 7836ea1bd9..45fca3a6df 100644
--- a/third_party/ijar/BUILD
+++ b/third_party/ijar/BUILD
@@ -90,3 +90,9 @@ filegroup(
srcs = glob(["**"]) + ["//third_party/ijar/test:srcs"],
visibility = ["//third_party:__pkg__"],
)
+
+filegroup(
+ name = "embedded_tools",
+ srcs = glob(["**"]),
+ visibility = ["//visibility:public"],
+)