blob: ec0f12a9084f7f7f73088170723fc935fa5af9c2 [file] [log] [blame]
Laszlo Csomor5a7c8472018-08-09 01:28:40 -07001java_library(
Laszlo Csomor68371172018-01-16 01:30:27 -08002 name = "java-runfiles",
laszlocsomor5681f9d2018-08-10 04:25:08 -07003 exports = ["//tools/java/runfiles"],
4 visibility = ["//visibility:public"],
laszlocsomor964a21c2018-08-10 07:02:22 -07005 deprecation = "Depend on @bazel_tools//tools/java/runfiles instead. This target will be deleted in Bazel 0.19.0",
Laszlo Csomor68371172018-01-16 01:30:27 -08006)