aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/cpp/util/BUILD
diff options
context:
space:
mode:
authorGravatar Laszlo Csomor <laszlocsomor@google.com>2018-03-21 01:02:06 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-03-21 01:03:56 -0700
commit8a5a0a3ed1e19768b6ee024189307bb4ac27460d (patch)
treeb9b5b2f9ed7d74e042c708960091ccd4c33266d5 /src/main/cpp/util/BUILD
parentcdc269b4df04525834d5c97391cff4c8b14f4f02 (diff)
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. Change-Id: I1732ef1eaff880cae05b7d218a3b1c0461a6b029 PiperOrigin-RevId: 189874201
Diffstat (limited to 'src/main/cpp/util/BUILD')
-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 11db4ca047..0ab331d6c8 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",