Skip to content

Commit 3ba3328

Browse files
Abseil Teamliujinye-sys
authored andcommitted
Add missing dependency on dynamic_annotations to stacktrace, which is needed in some of the
builds. PiperOrigin-RevId: 530308301 Change-Id: I7c885156e14d9c8c444c7c6f8d38e7aaac7c01a7
1 parent 60ed917 commit 3ba3328

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

absl/debugging/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ cc_library(
4949
":debugging_internal",
5050
"//absl/base:config",
5151
"//absl/base:core_headers",
52+
"//absl/base:dynamic_annotations",
5253
"//absl/base:raw_logging_internal",
5354
],
5455
)

absl/debugging/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ absl_cc_library(
4141
absl::debugging_internal
4242
absl::config
4343
absl::core_headers
44+
absl::dynamic_annotations
4445
absl::raw_logging_internal
4546
PUBLIC
4647
)

0 commit comments

Comments
 (0)