aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/BUILD
diff options
context:
space:
mode:
authorGravatar ajmichael <ajmichael@google.com>2017-10-05 18:21:49 +0200
committerGravatar Klaus Aehlig <aehlig@google.com>2017-10-06 19:47:10 +0200
commita784c8fc3a7b812bd2f4d9cfa9fdc1c9695ada13 (patch)
tree45a4f1d7879759a540c97a91065891b0eace87b7 /src/BUILD
parent334d2f155d85fca1797e249dc0acf2c47be089b0 (diff)
Use bundled proguard 5.3.3 instead of 4.7 from the SDK
Fixes https://github.com/bazelbuild/bazel/issues/3777 Also adds a proguard integration test so that hopefully we notice next time it breaks. RELNOTES: Updated Android proguard to 5.3.3. It now works with android-24+. PiperOrigin-RevId: 171162295
Diffstat (limited to 'src/BUILD')
-rw-r--r--src/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/BUILD b/src/BUILD
index 7c79e6737a..cb4d0bf1d5 100644
--- a/src/BUILD
+++ b/src/BUILD
@@ -145,6 +145,7 @@ py_binary(
"//third_party/java/j2objc:embedded_tools_srcs",
"//third_party/java/jarjar:embedded_tools_srcs",
"//third_party/java/jdk/langtools:test-srcs",
+ "//third_party/java/proguard:embedded_tools",
"//third_party/py/concurrent:srcs",
"//third_party/py/gflags:srcs",
"//third_party/py/six:srcs",