aboutsummaryrefslogtreecommitdiff
path: root/cc/runfiles/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'cc/runfiles/BUILD')
-rw-r--r--cc/runfiles/BUILD7
1 files changed, 7 insertions, 0 deletions
diff --git a/cc/runfiles/BUILD b/cc/runfiles/BUILD
new file mode 100644
index 0000000..887e1f2
--- /dev/null
+++ b/cc/runfiles/BUILD
@@ -0,0 +1,7 @@
+licenses(["notice"])
+
+alias(
+ name = "runfiles",
+ actual = "@bazel_tools//tools/cpp/runfiles",
+ visibility = ["//visibility:public"],
+)