aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/android
diff options
context:
space:
mode:
authorGravatar kmb <kmb@google.com>2018-04-18 14:53:30 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-04-18 14:55:43 -0700
commit8cbb372e65b0e6a5a3ced23abdef11df3dce294b (patch)
treef8202f3d8177f653d0ab851eda4e0819193b454a /tools/android
parent5a93937efa2e1493bb713c64f6ccd0e264c64014 (diff)
fix @bazel_tools to actually include currently missing artifact from a genrule.
RELNOTES: None. PiperOrigin-RevId: 193421179
Diffstat (limited to 'tools/android')
-rw-r--r--tools/android/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/android/BUILD b/tools/android/BUILD
index e22f55d794..f7355fba49 100644
--- a/tools/android/BUILD
+++ b/tools/android/BUILD
@@ -184,6 +184,7 @@ genrule(
srcs = ["@desugar_jdk_libs"],
outs = ["desugar_jdk_libs.jar"],
cmd = "cp $< $@",
+ output_to_bindir = 1,
visibility = ["//visibility:private"],
)