aboutsummaryrefslogtreecommitdiff
path: root/BUILD.bazel
diff options
context:
space:
mode:
authorprzydatek <przydatek@google.com>2020-01-27 06:35:25 -0800
committerCopybara-Service <copybara-worker@google.com>2020-01-27 06:36:00 -0800
commit44f70a7ad96cf2d0ebf565ce42dba1acbe9da9bb (patch)
treeebfe786bb15fc8f0c74dccd2d6888c3ff95616a4 /BUILD.bazel
parent16026b4780f0f48e04c5bdd8a50e366f78c991ed (diff)
downloadtink-44f70a7ad96cf2d0ebf565ce42dba1acbe9da9bb.tar.gz
Introducing a separate WORKSPACE for Go.
PiperOrigin-RevId: 291711254
Diffstat (limited to 'BUILD.bazel')
-rw-r--r--BUILD.bazel2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.bazel b/BUILD.bazel
index de679bc73..8be0945dd 100644
--- a/BUILD.bazel
+++ b/BUILD.bazel
@@ -3,7 +3,7 @@
# provides a safe, simple, agile and fast way to accomplish some common
# crypto tasks.
-package(default_visibility = ["//tools/build_defs:internal_pkg"])
+package(default_visibility = ["//:__subpackages__"])
licenses(["notice"])