aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/BUILD
diff options
context:
space:
mode:
authorGravatar xingao <xingao@google.com>2018-06-29 07:35:32 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-06-29 07:36:50 -0700
commit5dcf548da7326fdabbd9d758e6b6c21039c20e7b (patch)
treee7243ea6db3ad6c114d85f6d52a235eae6e4ed98 /src/BUILD
parentecba1495767154f8ad74eac2ce565db1218992e5 (diff)
Enable android dependency checking in Bazel.
RELNOTES: None. PiperOrigin-RevId: 202644613
Diffstat (limited to 'src/BUILD')
-rw-r--r--src/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/BUILD b/src/BUILD
index 7062b4df5d..5c11f7e4ea 100644
--- a/src/BUILD
+++ b/src/BUILD
@@ -172,7 +172,7 @@ py_binary(
"//src/java_tools/singlejar:SingleJar_deploy.jar",
],
"//conditions:default": [
- "//src/tools/singlejar:singlejar",
+ "//src/tools/singlejar:singlejar_local",
],
}) + ([":embedded_jdk"] if (suffix == "") else []),
visibility = [