[roll] Roll fuchsia [audio_core] Fix local directory feature in HermeticAudioRealm

Fix the "local directory" feature of HermeticAudioRealm which allows
sharing directories from a test component to a child component. This
feature is not currently used, but will be used by product integration
tests to load audio_core_config.json from a `resource` built into the
test component.

Since the feature has not been used yet, I didn't realize the initial
commit didn't work properly. This CL uses a different approach which has
been tested with a future CL that moves some product-specific
integration tests to the new HermeticAudioRealm framework.

Original-Bug: 90408
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/672869
Original-Revision: 8efb8106b8a4a7c7f2d3aaf7ee42cce356467d3f
GitOrigin-RevId: 3db38f81e57716e923337f35c0002ec188b9e68b
Change-Id: I005fc7963af842b495df2d21085d59915e3f0137
1 file changed
tree: 24691579d9e4244790b3d36ad3219963acc70489
  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.