commit | 8cbb372e65b0e6a5a3ced23abdef11df3dce294b | [log] [tgz] |
---|---|---|
author | kmb <kmb@google.com> | Wed Apr 18 14:53:30 2018 -0700 |
committer | Copybara-Service <copybara-piper@google.com> | Wed Apr 18 14:55:43 2018 -0700 |
tree | f8202f3d8177f653d0ab851eda4e0819193b454a | |
parent | 5a93937efa2e1493bb713c64f6ccd0e264c64014 [diff] |
fix @bazel_tools to actually include currently missing artifact from a genrule. RELNOTES: None. PiperOrigin-RevId: 193421179
diff --git a/tools/android/BUILD b/tools/android/BUILD index e22f55d..f7355fb 100644 --- a/tools/android/BUILD +++ b/tools/android/BUILD
@@ -184,6 +184,7 @@ srcs = ["@desugar_jdk_libs"], outs = ["desugar_jdk_libs.jar"], cmd = "cp $< $@", + output_to_bindir = 1, visibility = ["//visibility:private"], )