aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/java/runfiles/BUILD.tools
diff options
context:
space:
mode:
authorGravatar Laszlo Csomor <laszlocsomor@google.com>2018-08-09 01:28:40 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-08-09 01:30:42 -0700
commit5a7c847e98428f873c6c426ebfd99a91f9295593 (patch)
tree76e744bcc5cffc4e75458d341604f29e06ef8db0 /tools/java/runfiles/BUILD.tools
parentd215b64362c4ede61c8ba87b5f3f57bce4785d15 (diff)
Java: add @bazel_tools//tools/java/runfiles
See https://github.com/bazelbuild/bazel/issues/5803 Change-Id: I49a2e744af667d34aedc3384629acd48641b0921 Closes #5804. Change-Id: I75f85f02384fd1d9f6ebac5fff7c96c7278f7cdd PiperOrigin-RevId: 208010815
Diffstat (limited to 'tools/java/runfiles/BUILD.tools')
-rw-r--r--tools/java/runfiles/BUILD.tools6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/java/runfiles/BUILD.tools b/tools/java/runfiles/BUILD.tools
new file mode 100644
index 0000000000..011a549ba3
--- /dev/null
+++ b/tools/java/runfiles/BUILD.tools
@@ -0,0 +1,6 @@
+alias(
+ name = "runfiles",
+ # TODO(laszlocsomor): move the sources to this package.
+ actual = "//src/tools/runfiles/java/com/google/devtools/build/runfiles",
+ visibility = ["//visibility:public"],
+)