aboutsummaryrefslogtreecommitdiff
path: root/cc/BUILD.bazel
diff options
context:
space:
mode:
authorambrosin <ambrosin@google.com>2022-10-03 08:31:32 -0700
committerCopybara-Service <copybara-worker@google.com>2022-10-03 08:32:38 -0700
commit98d0fa9bdfd97104d1fc859b04d0817ea80bea48 (patch)
tree9b1c5e524281d78cb2e759bce2eb3a17f34e7c31 /cc/BUILD.bazel
parent26b5b4405e4f9e4261520d37ae1929c78f3c0909 (diff)
downloadtink-98d0fa9bdfd97104d1fc859b04d0817ea80bea48.tar.gz
Mark the Config class deprecated.
This is to manage RegistryConfig and KeyTypeEntry which are both deprecated. PiperOrigin-RevId: 478511526
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 73bb468ec..5008a6b83 100644
--- a/cc/BUILD.bazel
+++ b/cc/BUILD.bazel
@@ -425,6 +425,7 @@ cc_library(
"//util:errors",
"//util:status",
"//util:statusor",
+ "@com_google_absl//absl/base:core_headers",
"@com_google_absl//absl/status",
"@com_google_absl//absl/strings",
],