From 33d05f6b551cf2fdb257cb536a5e864d095144a1 Mon Sep 17 00:00:00 2001 From: Xin Gao Date: Wed, 21 Jun 2017 17:13:23 +0200 Subject: Make source code of singlejar and ijar available from @bazel_tools. , Please refer to patch set 9 and its CI run for usage and test results. In practice, users should create their own java_toolchain rule in their project's BUILD file, and set the two attributes like above instead of modifying //tools/jdk/BUILD. Change-Id: Ic880f243086b00a58d453a8139ba4c957fe54bc7 PiperOrigin-RevId: 159694649 --- third_party/ijar/BUILD | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'third_party/ijar') 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"], +) -- cgit v1.2.3