blob: ab694197008a638d41931c648a3b8843f78cc70e [file] [log] [blame]
--- /dev/null 1970-01-01 00:00:00.000000001 +0000
+++ BUILD.bazel 1970-01-01 00:00:00.000000001 +0000
@@ -0,0 +1,10 @@
+filegroup(
+ name = "all_files",
+ testonly = True,
+ srcs = [
+ "README.md",
+ "WORKSPACE",
+ ],
+ visibility = ["//visibility:public"],
+)
+