[roll] Roll fuchsia Revert "[ffx] Change ffx_config::get() to not be async"

This reverts commit 0844e358d4e0fb79a2cb01e9807f0a42d6278eb7.

Reason for revert: suspected to be causing host_x64/ffx_repository_packages_lib_test failures

Original change's description:
> [ffx] Change ffx_config::get() to not be async
>
> In preparation for changing ffx to use read-only configs, this
> CL changes config to use a `std::sync::RwLock` instead of an
> `async_lock::RwLock`. This won't cause problems since
> ffx is single-threaded and won't run into asynchronous lock
> issues.
>
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1057902

No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1058557
Original-Revision: cd67bed1d3f9e1019e53ba315e0f80aae76e9a71
GitOrigin-RevId: d2932c035882ec97f22dc5b8d65aa3d5277df96d
Change-Id: I3e8ed2ddabfd3b57c456a55196d2c918988aa77a
1 file changed
tree: 66257642cf146df8ec6ce30e38eee2a2ae00643a
  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.