From b4ebfd724d33223ac78190be88c6f8704c249651 Mon Sep 17 00:00:00 2001 From: Adam Michael Date: Thu, 21 Sep 2017 15:00:07 -0400 Subject: Add proguard 5.3.3 to third_party. See https://github.com/bazelbuild/bazel/issues/3777 The Android SDK provides a very old proguard and will be removing it soon, so we need to bundle our own. Change-Id: I054c54130bef1befc8591598768184fe23f76161 RELNOTES: None --- 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 9cb2f1eed3..3882fedc94 100644 --- a/third_party/BUILD +++ b/third_party/BUILD @@ -19,6 +19,7 @@ filegroup( "//third_party/java/jopt-simple:srcs", "//third_party/java/jdk/langtools:srcs", "//third_party/java/jdk/javabuilder:srcs", + "//third_party/java/proguard:srcs", "//third_party/javascript/bootstrap:srcs", "//third_party/checker_framework_dataflow:srcs", "//third_party/checker_framework_javacutil:srcs", -- cgit v1.2.3