aboutsummaryrefslogtreecommitdiff
path: root/cc/BUILD.bazel
diff options
context:
space:
mode:
authorambrosin <ambrosin@google.com>2022-01-14 04:41:47 -0800
committerCopybara-Service <copybara-worker@google.com>2022-01-14 04:42:27 -0800
commit938dca1d416c089d9f425e19e7e57cdc2b9b8020 (patch)
treedb110c42674f54a41c85fe8194ce4b46f47ae9b8 /cc/BUILD.bazel
parent99f0c7660c207a82fe055996f9d20e57d98bf400 (diff)
downloadtink-938dca1d416c089d9f425e19e7e57cdc2b9b8020.tar.gz
Preparation to move tink/cc/integration/awskms to a separate workspace
* Change visibility of //:kms_client to public with Bazel * Replace ToStatusF with util::Status(..., absl::StrCat(...)) in tink/cc/integration/awskms to remove dependency on //util:errors PiperOrigin-RevId: 421794256
Diffstat (limited to 'cc/BUILD.bazel')
-rw-r--r--cc/BUILD.bazel1
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/BUILD.bazel b/cc/BUILD.bazel
index eaace2496..31662eafc 100644
--- a/cc/BUILD.bazel
+++ b/cc/BUILD.bazel
@@ -569,6 +569,7 @@ cc_library(
name = "kms_client",
hdrs = ["kms_client.h"],
include_prefix = "tink",
+ visibility = ["//visibility:public"],
deps = [
":aead",
"//util:statusor",