aboutsummaryrefslogtreecommitdiff
path: root/tools/android/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tools/android/BUILD')
-rw-r--r--tools/android/BUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/tools/android/BUILD b/tools/android/BUILD
index 61ee16c..cb8148a 100644
--- a/tools/android/BUILD
+++ b/tools/android/BUILD
@@ -13,20 +13,20 @@ 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"],
+ name = "fail",
+ srcs = [":fail.sh"],
)
java_binary(
name = "bundletool",
main_class = "com.android.tools.build.bundletool.BundleToolMain",
- runtime_deps = ["@rules_android_maven//:com_android_tools_build_bundletool"],
visibility = ["//visibility:public"],
+ runtime_deps = ["@rules_android_maven//:com_android_tools_build_bundletool"],
)