aboutsummaryrefslogtreecommitdiff
path: root/third_party/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/BUILD.bazel')
-rw-r--r--third_party/BUILD.bazel8
1 files changed, 8 insertions, 0 deletions
diff --git a/third_party/BUILD.bazel b/third_party/BUILD.bazel
new file mode 100644
index 00000000..b398c336
--- /dev/null
+++ b/third_party/BUILD.bazel
@@ -0,0 +1,8 @@
+exports_files(glob(["*.patch"]))
+
+filegroup(
+ name = "all_files",
+ testonly = True,
+ srcs = glob(["**"]),
+ visibility = ["//visibility:public"],
+)