[roll] Roll fuchsia Revert "[virtual_audio] Fix use-after-free using shared_ptr"

This reverts commit 9b02825037fc395ef1a59696197779b3084c4909.

Reason for revert: Breaks e2e tests

Original-Bug: 97073

Original change's description:
> [virtual_audio] Fix use-after-free using shared_ptr
>
> ASan caught occasional use-after-free problems after the move to CFv2.
> The ownership patterns in this code should probably be rethought, but as
> a first step we can avoid some use-after-free problems using shared_ptr.
>
> Original-Fixed: 96869
> Original-Fixed: 96427
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/665622

No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/666065
Original-Revision: 56c17b99e60c34c06ea8f109f7c7513de07161f0
GitOrigin-RevId: cc93d517f4a4e8659f7e383d37475ccf4b717566
Change-Id: Ib187a6e1a59d99ceecf4bd25b24ada6cfd8f893f
1 file changed
tree: de63368d9f9db4bab76a67ce2ccff52215300f0d
  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.