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