Commit 2662ae4a by Abseil Team Committed by Copybara-Service

Add missing dependency on dynamic_annotations to stacktrace, which is needed in some of the

builds.

PiperOrigin-RevId: 530308301
Change-Id: I7c885156e14d9c8c444c7c6f8d38e7aaac7c01a7
parent 7e22b302
...@@ -49,6 +49,7 @@ cc_library( ...@@ -49,6 +49,7 @@ cc_library(
":debugging_internal", ":debugging_internal",
"//absl/base:config", "//absl/base:config",
"//absl/base:core_headers", "//absl/base:core_headers",
"//absl/base:dynamic_annotations",
"//absl/base:raw_logging_internal", "//absl/base:raw_logging_internal",
], ],
) )
......
...@@ -41,6 +41,7 @@ absl_cc_library( ...@@ -41,6 +41,7 @@ absl_cc_library(
absl::debugging_internal absl::debugging_internal
absl::config absl::config
absl::core_headers absl::core_headers
absl::dynamic_annotations
absl::raw_logging_internal absl::raw_logging_internal
PUBLIC PUBLIC
) )
......
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