[roll] Roll fuchsia [driver_test_realm] Use realm_builder_exposed_dir to forward connections

Prior to this change, we were forwarding capabilities individually, but
if we use a directory, we can do them all in one go.  This simplifies
the code with a minor increase in verbosity in the manifest.

This fixes an issue with exposing the fuchsia.hardware.ramdisk service
which wasn't using the forwarding mechanism, and also allows us to
use dtr_exposes rather than the deprecated exposes Start argument.

Original-Bug: b/357779890
Original-Bug: b/358475423
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1098232
Original-Revision: 11072292270914eb9afc68b66851bd9d4f5ca9d6
GitOrigin-RevId: 6001523034cdc5f6c2432b37e63d1a57825ecd3a
Change-Id: Ia80e7752e5a80999c871ed0674a7d730b558b400
1 file changed
tree: 076973e62265ebd82d4e8d483010db75fa50676c
  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.