summaryrefslogtreecommitdiffhomepage
path: root/tools/BUILD
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2020-10-07 15:02:16 -0700
committergVisor bot <gvisor-bot@google.com>2020-10-07 15:04:13 -0700
commitfcddfb0a715f8f738463cad137895728224668ba (patch)
treed31314686326f09d321bbaee5742f4db922e8857 /tools/BUILD
parentb89e43e200a82b8a33c34c32d686760e3e2375d7 (diff)
Internal change.
PiperOrigin-RevId: 335960488
Diffstat (limited to 'tools/BUILD')
-rw-r--r--tools/BUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/BUILD b/tools/BUILD
index da83877b1..faf310676 100644
--- a/tools/BUILD
+++ b/tools/BUILD
@@ -5,5 +5,7 @@ package(licenses = ["notice"])
bzl_library(
name = "defs_bzl",
srcs = ["defs.bzl"],
- visibility = ["//visibility:private"],
+ visibility = [
+ "//:sandbox",
+ ],
)