[roll] Roll fuchsia [audio] Include configs in pipeline-benchmark packages

In the vast majority of cases, tests do not need to modify the system
image simply to provide a config file to the code under test.  The
pipeline benchmarks appear to currently rely on passing configs through
the system image; this patch causes the tests to resolve the configs
from the test package itself instead, which is likely better for
developer iteration speed as well as simplifying product assembly.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/841963
Original-Revision: 62fffb4642cebcc63331e4bd7075c6d45b987ddf
GitOrigin-RevId: 96580ee0f7a9e9537a5e3c2203a24e4fb71b3c26
Change-Id: Id8a9ffa7d92fee5544a7a29609afe27d29fe13f7
1 file changed
tree: 85244934e17ef022b7728dc806c98c4d06d6fee9
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.