[roll] Roll fuchsia [fdf][compat] Create DriverList for __zircon_driver_rec

The __zircon_driver_rec global is shared for every compat driver
with the same URL in in the same driver host. We should put a
list of the loaded driver components there, instead of
overwriting this on each new driver.

Original-Fixed: 94230

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/649224
Original-Revision: 3879c9738dd318196ae2cbfbfc850755248bd78e
GitOrigin-RevId: 86fa5f9a67a02f11a7bdf9b179ca7943ba844d83
Change-Id: I396553b7485535acf4164102799c00b13d6802bb
1 file changed
tree: 2bf752086ca72f7ec1f9ac931403512f3b846866
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.