aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/ijar/BUILD
diff options
context:
space:
mode:
authorGravatar Damien Martin-Guillerez <dmarting@google.com>2015-06-10 11:54:50 +0000
committerGravatar Philipp Wollermann <philwo@google.com>2015-06-10 16:03:03 +0000
commitd47a8ef5d8a6e00ac3bffe3b43f7bfa73e5652d5 (patch)
tree650bbb573fd71c4b70f4f0a6e49b3c80d3f39818 /third_party/ijar/BUILD
parentbcb81ab35c02124e72acd03fcf0638144a9eb242 (diff)
Reorganized compile.sh
Now the blessed Bazel binary is self-hosted and correctly labeled. All tools are also built using Bazel and labeled with the release. At the end of the compilation, the output folder only host the Bazel binary now. We use temporary folders to store the intermediate artifacts. Also integrated ./bootstrap_test.sh in compile.sh so there is only one script for everything regarding bootstraping Bazel. -- Change-Id: Idadbd075e7b8ecb6e306b919b7a73c647c5cfbae Reviewed-on: https://bazel-review.googlesource.com/#/c/1460/ MOS_MIGRATED_REVID=95625880
Diffstat (limited to 'third_party/ijar/BUILD')
-rw-r--r--third_party/ijar/BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/ijar/BUILD b/third_party/ijar/BUILD
index 2224dd6c93..5f22b676b3 100644
--- a/third_party/ijar/BUILD
+++ b/third_party/ijar/BUILD
@@ -23,6 +23,7 @@ cc_library(
cc_binary(
name = "zipper",
srcs = ["zip_main.cc"],
+ visibility = ["//visibility:public"],
deps = [":zip"],
)
@@ -32,5 +33,6 @@ cc_binary(
"classfile.cc",
"ijar.cc",
],
+ visibility = ["//visibility:public"],
deps = [":zip"],
)