commit | 8c8494548f282094d3e97d1cb1df589e555a9636 | [log] [tgz] |
---|---|---|
author | Carlos Chinchilla <cachinchilla@google.com> | Fri Mar 22 01:38:13 2024 +0000 |
committer | CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Mar 22 01:38:13 2024 +0000 |
tree | 7c9159376608731e516df686b53754e17db07466 | |
parent | 02d3e4353cf8864d2d8fb415c3bd35b675a167a5 [diff] |
pw_{assert_log,log}: Follow Soong guidelines - Make the pw_assert_log, pw_log_android backends follow the Soong guidance at https://pigweed.dev/pw_build_android/. This includes backend name changes and changes to how these backends are defined. - Fix how other pigweed modules include these dependencies. - Switch users of pw_log_null to use pw_log_android. - Add missing assert facade headers to backends using them. Bug: b/328503970 Fix: b/324266698 Test: In android-main build affected modules: m -j 96 pw_varint pw_stream_uart_linux pw_stream pw_protobuf \ pw_stream_std_file_stream pw_hdlc pw_metric pw_detokenizer \ pw_tokenizer pw_string pw_containers pw_assert_log \ pw_rpc_transport_local_rpc_egress pw_log_android \ pw_rpc_transport_simple_framing pw_base64 pw_allocator Change-Id: I4ffefc6fff8ef9a0017e5d367be958e72a7cd04a Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/197536 Commit-Queue: Carlos Chinchilla <cachinchilla@google.com> Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> Pigweed-Auto-Submit: Carlos Chinchilla <cachinchilla@google.com> Reviewed-by: Jonathon Reinhart <jrreinhart@google.com> Reviewed-by: Matthew Sedam <matthewsedam@google.com> Reviewed-by: Cindy Liu <hcindyl@google.com>
Pigweed is an open source collection of embedded-targeted libraries–or as we like to call them, modules. These modules are building blocks and infrastructure that enable faster and more reliable development on small-footprint MMU-less 32-bit microcontrollers like the STMicroelectronics STM32L452 or the Nordic nRF52832.
For more information please see our website: https://pigweed.dev/.