aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main
diff options
context:
space:
mode:
authorGravatar laszlocsomor <laszlocsomor@google.com>2018-03-21 02:52:51 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-03-21 02:54:02 -0700
commit33c08852e9145120367ff37275adaeed33809a0a (patch)
tree6def05946747bca91658feb9a84c3d3f2fdb177f /src/main
parent8a5a0a3ed1e19768b6ee024189307bb4ac27460d (diff)
Automated rollback of commit 8a5a0a3ed1e19768b6ee024189307bb4ac27460d.
*** Reason for rollback *** breaks building //src:bazel *** Original change description *** runfiles,C++: move to //tools/cpp/runfiles Move the C++ runfiles library to the location of the rest of the C++ tools. Also change the C++ namespace to reflect the directory hierarchy. We have not yet announced nor released the C++ runfiles library so these refactorings are fine. See https://github.com/bazelbuild/bazel/issues/4460 Closes #4873. PiperOrigin-RevId: 189883066
Diffstat (limited to 'src/main')
-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 0ab331d6c8..11db4ca047 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",