Skip to content

Commit

Permalink
pw_log_string: Bazel build fix
Browse files Browse the repository at this point in the history
The pw_log_string should only depend on the handler facade to avoid
circular dependencies.

Bug: b/255431090
Change-Id: I98ef671149bcb9cb1d260eba0a2b43571b3bf143
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/137734
Pigweed-Auto-Submit: Ted Pudlik <[email protected]>
Reviewed-by: Wyatt Hepler <[email protected]>
Commit-Queue: Auto-Submit <[email protected]>
  • Loading branch information
tpudlik authored and CQ Bot Account committed Apr 7, 2023
1 parent 6f256bb commit 8a42588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pw_log_string/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pw_cc_library(
"public_overrides",
],
deps = [
":handler",
":handler_facade",
"//pw_preprocessor",
],
)
Expand Down

0 comments on commit 8a42588

Please sign in to comment.