From c7e7232c8a58d3bdf8f7423645521a8b94c81bbd Mon Sep 17 00:00:00 2001 From: Liam Miller-Cushon Date: Thu, 29 Mar 2018 12:41:15 -0700 Subject: Add https://github.com/google/jarjar to third_party 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 --- third_party/BUILD | 1 + 1 file changed, 1 insertion(+) (limited to 'third_party/BUILD') 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", -- cgit v1.2.3