aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/android/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tools/android/BUILD')
-rw-r--r--tools/android/BUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/android/BUILD b/tools/android/BUILD
index 14531467d0..d7f05fa94f 100644
--- a/tools/android/BUILD
+++ b/tools/android/BUILD
@@ -25,6 +25,12 @@ sh_binary(
)
sh_binary(
+ name = "resource_shrinker",
+ srcs = ["resource_shrinker.sh"],
+ data = ["//src/tools/android/java/com/google/devtools/build/android:ResourceShrinkerAction"],
+)
+
+sh_binary(
name = "merge_dexzips",
srcs = ["merge_dexzips.sh"],
data = ["//src/tools/android/java/com/google/devtools/build/android/ziputils:reducer"],