[roll] Roll fuchsia [driver_manager] Implement DynamicLinkerDriverHostComponent Start.

This makes a call to fuchsia_driver_loader::LoadDriver,
(currently returns ZX_ERR_NOT_SUPPORTED).

Adds a partial fake driver host, to be completed in a future CL.
This is so the bootstrap channel is not dropped prematurely,
leading to the node beginning removal and the LoadDriver FIDL
request not completing.

Original-Bug: 341998660

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1093155
Original-Revision: c907229cb0b15dda715191a9d03c68306faaf828
GitOrigin-RevId: 238b0fa264f4136a978d0fa60c730a96f547acbc
Change-Id: I3818dc5767ff32f19039a0424513b808ac7abb5f
1 file changed
tree: 613cc9be0ebd338db1363b34423756f646776f4f
  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.