aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/cpp
diff options
context:
space:
mode:
authorGravatar Laszlo Csomor <laszlocsomor@google.com>2018-04-30 03:29:21 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-04-30 03:30:49 -0700
commit819bf38d97e6eef3c823bdae3ffcdb013d6d83e3 (patch)
treef18d8d0cc5e34061c5c46514b18b9e5608f3d566 /src/main/cpp
parenteb35e41242e1f9fb0ae1061623272c891237c8a8 (diff)
c++,runfiles: move runfiles library
Move the half-done C++ runfiles library to `//tools/cpp/runfiles`. (The Python and Bash runfiles libraries are already under `//tools/<language>/runfiles`.) See https://github.com/bazelbuild/bazel/issues/4460 Change-Id: I1006f7f81462ea0e4b1de1adcdba89e386d4f9e7 Closes #5107. Change-Id: I1006f7f81462ea0e4b1de1adcdba89e386d4f9e7 PiperOrigin-RevId: 194763392
Diffstat (limited to 'src/main/cpp')
-rw-r--r--src/main/cpp/util/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/cpp/util/BUILD b/src/main/cpp/util/BUILD
index be4a50f700..254b6f8f1f 100644
--- a/src/main/cpp/util/BUILD
+++ b/src/main/cpp/util/BUILD
@@ -47,9 +47,9 @@ cc_library(
":ijar",
"//src/test/cpp/util:__pkg__",
"//src/tools/launcher:__subpackages__",
- "//src/tools/runfiles:__pkg__",
"//src/tools/singlejar:__pkg__",
"//third_party/def_parser:__pkg__",
+ "//tools/cpp/runfiles:__pkg__",
],
deps = [
":blaze_exit_code",