[roll] Roll fuchsia [audio] Return -1 on AudioCore exit

In normal operation, the AudioCore main thread(s) run perpetually. Any
return from RunAndJoinAllThreads (or main_loop.Run on AudioCoreV2)
represents an error condition, so we will return -1 instead of 0 from
main().

This represents no change for normal operation, and should not cause
any change when AudioCore aborts unexpectedly.

Original-Bug: b/352624082

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1169397
Original-Revision: c18fae662c3f54ae7b206a609f9f3fa5b504ae9e
GitOrigin-RevId: 72a22978a4c81494a6757cac2aac4133ea24c927
Change-Id: I2e5615a8b72c6b7e16583ce3c93bcf29b84615fe
1 file changed
tree: d5171960f07400cc03286a13b5274e0cf0b7f4c2
  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 in one of the communication channels documented at get involved.

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.