aboutsummaryrefslogtreecommitdiff
path: root/BUILD.bazel
diff options
context:
space:
mode:
authorBartosz Przydatek <przydatek@google.com>2020-01-20 15:27:36 +0100
committerBartosz Przydatek <przydatek@google.com>2020-01-21 14:59:12 +0100
commit9e7bb8f91c21ca133c850ecfbd948947d99b6503 (patch)
treeec3bcadf9f87c3ad7623f28499c37cb5b5ec0caf /BUILD.bazel
parentf14568d339ea77af63c3a936e9a83881bd4c61e3 (diff)
downloadtink-9e7bb8f91c21ca133c850ecfbd948947d99b6503.tar.gz
Introducing a separate WORKSPACE for C++.
Change-Id: I83590d4e90f42a17f7a52157bbb3afef998916b9
Diffstat (limited to 'BUILD.bazel')
-rw-r--r--BUILD.bazel1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD.bazel b/BUILD.bazel
index b064150a8..de679bc73 100644
--- a/BUILD.bazel
+++ b/BUILD.bazel
@@ -17,6 +17,7 @@ gazelle(name = "gazelle")
filegroup(
name = "tink_version",
srcs = ["tink_version.bzl"],
+ visibility = ["//visibility:public"],
)
filegroup(