[roll] Roll fuchsia [ffx] Change some functions to not be async

In order for this CL to include certain dyn-compatible objects,
we need to make DirectConnection::maybe_wrap_connection_errors()
not be async. To do that, we change fuchsia-async::Mutex to
std::sync::Mutex.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1263972
Original-Revision: daf07987b0f970591d10fd9b9f9010e1353caef0
GitOrigin-RevId: cd21c129664f5fba60e22a1be4c1c97eca93ad10
Change-Id: Ibe0677100c9f4779a012440bf483b38ec52dc4a0
1 file changed
tree: 1bea3d36ba5d366f46d857a09a781ad68408c491
  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.