Commit 9a2c7bf9 by Chris Kennelly Committed by Copybara-Service

Restrict visibility of absl/container:hash_function_defaults.

PiperOrigin-RevId: 496514638
Change-Id: I45b8dfe01c83915c460711339d2d8c38604c8d81
parent a1ec5d62
...@@ -393,6 +393,9 @@ cc_library( ...@@ -393,6 +393,9 @@ cc_library(
hdrs = ["internal/hash_function_defaults.h"], hdrs = ["internal/hash_function_defaults.h"],
copts = ABSL_DEFAULT_COPTS, copts = ABSL_DEFAULT_COPTS,
linkopts = ABSL_DEFAULT_LINKOPTS, linkopts = ABSL_DEFAULT_LINKOPTS,
visibility = [
"//visibility:private",
],
deps = [ deps = [
"//absl/base:config", "//absl/base:config",
"//absl/hash", "//absl/hash",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment