[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.