[roll] Roll fuchsia [magma] Split logging initialization into PlatformLoggingProvider

Initializing logging requires a dependency on PlatformHandle, which has
a dependency on several other libraries. It's also not necessary at all
with the DDK logger, so it makes sense to split it out into a separate
library that's only depended on when necessary.

Original-Bug: 111471
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/833339
Original-Revision: 6beee4396ef56ae5504916e5a13d29cffbc075e1
GitOrigin-RevId: 5e2d088aa254f70536ddb59c40bfad11b3e0c298
Change-Id: I8e389daa54134567f78cc2ad373bb6359a2a79ec
1 file changed
tree: 6d03896fa2dc0fb44bcb7104b12f8126e40feef9
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.