aboutsummaryrefslogtreecommitdiff
path: root/tools/android/BUILD
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-02-16 01:11:03 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-02-16 01:11:03 +0000
commit17ccc647340c74531c9c6ef3e9defb89416d7951 (patch)
tree4ff6434731886c36f5a6eef7606a7d31696542df /tools/android/BUILD
parent7f7740c9ea674bf465c2afe0496065f7a6a0449e (diff)
parent21b742bc1da1235309d33fdb4d20980e40eaef34 (diff)
downloadbazelbuild-rules_android-17ccc647340c74531c9c6ef3e9defb89416d7951.tar.gz
Snap for 8188146 from 21b742bc1da1235309d33fdb4d20980e40eaef34 to tm-frc-media-release
Change-Id: I5220047238ec55890009d8c01ba2b1471904a953
Diffstat (limited to 'tools/android/BUILD')
-rw-r--r--tools/android/BUILD19
1 files changed, 6 insertions, 13 deletions
diff --git a/tools/android/BUILD b/tools/android/BUILD
index cb8148a..7c33f67 100644
--- a/tools/android/BUILD
+++ b/tools/android/BUILD
@@ -13,20 +13,13 @@ alias(
)
genrule(
- name = "gen_fail",
- outs = ["fail.sh"],
- cmd = "echo 'exit 1' > $@",
- executable = 1,
+ name = "gen_fail",
+ outs = ["fail.sh"],
+ cmd = "echo 'exit 1' > $@",
+ executable = 1,
)
sh_binary(
- name = "fail",
- srcs = [":fail.sh"],
-)
-
-java_binary(
- name = "bundletool",
- main_class = "com.android.tools.build.bundletool.BundleToolMain",
- visibility = ["//visibility:public"],
- runtime_deps = ["@rules_android_maven//:com_android_tools_build_bundletool"],
+ name = "fail",
+ srcs =[":fail.sh"],
)