diff options
Diffstat (limited to 'tools/build/BUILD')
-rw-r--r-- | tools/build/BUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build/BUILD b/tools/build/BUILD index 0c0ce3f4d..00a467473 100644 --- a/tools/build/BUILD +++ b/tools/build/BUILD @@ -6,5 +6,5 @@ genrule( name = "loopback", outs = ["loopback.txt"], cmd = "touch $@", - visibility = ["//visibility:public"], + visibility = ["//:sandbox"], ) |