aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/BUILD
diff options
context:
space:
mode:
authorGravatar Liam Miller-Cushon <cushon@google.com>2018-03-29 12:41:15 -0700
committerGravatar Philipp Wollermann <philwo@google.com>2018-04-13 10:32:52 +0200
commitc7e7232c8a58d3bdf8f7423645521a8b94c81bbd (patch)
tree8f394876dc6ca0b2acda39a15900ab310fa32f0d /third_party/BUILD
parent2ef1ebfb65bdb183abb0ece3d0eccb4319f7e27f (diff)
This is based on the original jarjar sources, with updates to support JDK 9. I added it to a different packages (third_party/jarjar vs. third_party/java/jarjar) because Bazel uses the first 'java/' component of the path as the resource root. Change-Id: Icdf10b1a71edf4e59f5524c1e169000b9f090ed9
Diffstat (limited to 'third_party/BUILD')
-rw-r--r--third_party/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/BUILD b/third_party/BUILD
index dc774eed5c..cf939fb7ea 100644
--- a/third_party/BUILD
+++ b/third_party/BUILD
@@ -9,6 +9,7 @@ filegroup(
"//third_party/ijar:srcs",
"//third_party/iossim:srcs",
"//third_party/grpc:srcs",
+ "//third_party/jarjar:srcs",
"//third_party/java/android_databinding:srcs",
"//third_party/java/aosp_gradle_core:srcs",
"//third_party/java/apkbuilder:srcs",