aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/BUILD
diff options
context:
space:
mode:
authorGravatar Adam Michael <ajmichael@google.com>2017-09-21 15:00:07 -0400
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2017-10-05 00:18:35 +0200
commitb4ebfd724d33223ac78190be88c6f8704c249651 (patch)
tree7dcf4db51a9d5fad13ad17c69074b64e02228418 /third_party/BUILD
parent74776b409214846aa3fe3a41a3447c6412dc046c (diff)
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
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 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",