[roll] Roll fuchsia [audio] Add explicit constructor for TestHarness

In C++20, the declaration of any constructor makes it impossible to use
designated initializers. Add a constructor that takes the one mandatory
argument for TestHarness and use that in place of designated
initialization.

Original-Bug: 120545
Original-Fixed: 122065
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/804747
Original-Revision: caba04df3ac33213b917a100361f69562c1db98b
GitOrigin-RevId: 6a168773085c6b12b469b6d63ca715d21e9cefb8
Change-Id: I1d2992b2cd177e42eefed801d5b55cb6c3f021ec
1 file changed
tree: 861136095abb87ef2ce99f8be735c36918461ccb
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.