[roll] Roll fuchsia [rust][log] Allow simplelog on target

There's a few tools that we build for target that rely on dumping
logs to stderr/out. Previously they were using a
`tracing_subscriber::fmt()`. As part of go/fuchsia-rust-log they
could use simplelog instead.

Once everything is moved, I can introduce a visibility allowlist to
prevent unintended usages.

Original-Bug: 344980783
Original-Bug: 385403698
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1103635
Original-Revision: 904476f4f1da69babb69d1786d327a40f02e8839
GitOrigin-RevId: dfb147aa7d4209b2b343b2968b1f3735bbbd6728
Change-Id: Ic81cd1d4c818c63e291124793ad6a4afc069a538
1 file changed
tree: 592091030c53ed17593f0e4f3a8bd6bbc979ece3
  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 in one of the communication channels documented at get involved.

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.