aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/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 /tools/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 'tools/BUILD')
-rw-r--r--tools/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/BUILD b/tools/BUILD
index 4488574d28..14a8115edc 100644
--- a/tools/BUILD
+++ b/tools/BUILD
@@ -48,7 +48,7 @@ filegroup(
"//tools/build_rules:embedded_tools_srcs",
"//tools/buildstamp:srcs",
"//tools/coverage:srcs",
- "//tools/cpp:srcs",
+ "//tools/cpp:embedded_tools",
"//tools/genrule:srcs",
"//tools/j2objc:srcs",
"//tools/jdk:package-srcs",