[roll] Roll fuchsia Revert "[driver_runtime] Override libasync default function"

This reverts commit 5aa9dfe4b0f2bd92f5e44fb61deef55e9a84cd30.

Reason for revert: Does not work correctly in dso_runner, which is the main reason it was landed, and fix is not trivial.

Original change's description:
> [driver_runtime] Override libasync default function
>
> This makes it so that you can use the `async-default` library to get the
> current driver dispatcher, just like in regular components, by
> overriding that library's function for getting it to try to get it from
> the driver dispatcher first.
>
> In the process, this allows us to move `CurrentDispatcher` in the rust
> abstractions up to the `libasync` bindings library instead, which will
> make it easier to use in code that may or may not be running in a driver
> context.
>
> Original-Fixed: 488394483
> Change-Id: I4f67f5848b6d3a5a4f76f017b082d7e0eda779c6
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1518418
> Commit-Queue: Megan Batty <mgnb@google.com>
> Reviewed-by: Suraj Malhotra <surajmalhotra@google.com>
> Fuchsia-Auto-Submit: Megan Batty <mgnb@google.com>

Original-Bug: 488394483
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1537181
Exempt: RubberStamper 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Original-Revision: 5c8748075c450f281566574ea25501e9f50e706b
GitOrigin-RevId: 6e953b9b2b1ab0065395938a82fb2aeca290fe88
Change-Id: Iabf6ac894fdf9410e1868a02152c16193085a801
1 file changed
tree: a73d93a783e61f01fc8d5d06ff2cba4ed143350d
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
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.