aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/android/BUILD.tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools/android/BUILD.tools')
-rw-r--r--tools/android/BUILD.tools5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/android/BUILD.tools b/tools/android/BUILD.tools
index 8459ff3d9b..6826d52235 100644
--- a/tools/android/BUILD.tools
+++ b/tools/android/BUILD.tools
@@ -50,6 +50,11 @@ alias(
actual = "//src/tools/android/java/com/google/devtools/build/android/desugar:Desugar",
)
+alias(
+ name = "zip_filter",
+ actual = "//src/tools/android/java/com/google/devtools/build/android:ZipFilterAction",
+)
+
# Bazel puts this on the bootclasspath of android_* targets to support Java 8
# if requested.
filegroup(