aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/runfiles/BUILD.tools5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/runfiles/BUILD.tools b/tools/runfiles/BUILD.tools
index d92852377b..c50d0f73d3 100644
--- a/tools/runfiles/BUILD.tools
+++ b/tools/runfiles/BUILD.tools
@@ -4,3 +4,8 @@ alias(
name = "java-runfiles",
actual = "//src/tools/runfiles/java/com/google/devtools/build/runfiles",
)
+
+py_library(
+ name = "py-runfiles",
+ srcs = ["runfiles.py"],
+)