[roll] Roll third_party/pigweed pw_assert_log: Fix Soong rules

The the Soong pw_assert_log_defaults cc_defaults was incorrectly using
pw_log_null as the log backend. This redirects all PW_LOG* calls to a
no-op function, breaking PW_CHECK, PW_ASSERT and friends who depend on
that. This would mean that code continued executing after a crash!

Do not let defaults inject backends, especially the pw_log_null backend.

Original-Bug: 324266698

Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/190602
Original-Revision: 8b408829fcd8b9d74d49bf0f2d23554a7461e3b6
GitOrigin-RevId: afa57facc482211d83f22a7cb9ae25c116e25aee
Change-Id: Id7679f679685e8e835ac601a5467536340504d53
1 file changed
tree: d50c91c7acdbfb742fcef04d7240ef6002cbddb0
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.