aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/BUILD b/BUILD
index 0081bc6752..d34269b456 100644
--- a/BUILD
+++ b/BUILD
@@ -4,3 +4,8 @@ filegroup(
name = "git",
srcs = glob([".git/**"]),
)
+
+filegroup(
+ name = "dummy",
+ visibility = ["//visibility:public"],
+)