aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/BUILD
diff options
context:
space:
mode:
authorGravatar Laszlo Csomor <laszlocsomor@google.com>2018-04-10 02:18:48 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-04-10 02:19:57 -0700
commitf7549a6c2484d314c10fe8fe52c2d24d2a7de19e (patch)
tree0cc2aba07df33fd3b9a05bc875a4d601472370c5 /tools/BUILD
parentada8b30b6c1f7013e808dfee75655ffeee505be5 (diff)
python,runfiles: move to different package
Move the Python runfiles library from `@bazel_tools//tools/runfiles:py-runfiles` to `@bazel_tools//tools/python/runfiles:runfiles` Also rename the testdata runfiles.py to foo.py. This file was not a mock runfiles library, just a client file using the runfiles library that was also called runfiles.py Fixes https://github.com/bazelbuild/bazel/issues/4878 Change-Id: I874b230c93679d4454ac91e816932c8272ecc5c7 Closes #4981. Change-Id: I908e0ab7ec61225e82f70793b1a05432e7f0b07e PiperOrigin-RevId: 192256481
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..21a95fc486 100644
--- a/tools/BUILD
+++ b/tools/BUILD
@@ -57,7 +57,7 @@ filegroup(
"//tools/def_parser:srcs",
"//tools/platforms:srcs",
"//tools/objc:srcs",
- "//tools/python:srcs",
+ "//tools/python:embedded_tools",
"//tools/runfiles:embedded_tools",
"//tools/test:srcs",
"//tools/osx/crosstool:srcs",