[roll] Roll fuchsia [bt][a2dp] Simplify MediaTask API

Previously the MediaTaskBuilder would return a future which needed to be
run to completion to produce a MediaTaskRunner.  Since neither the sink
or source tasks need this functionality anymore, simplify by just
returning the result MediaTaskRunner.

Original-Bug: 43585
Test: refactor only, fx test bt-a2dp-lib-tests bt-a2dp-tests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/553002
Original-Revision: 385018b5982da0b3695289e7ca1d9ba8677e386c
GitOrigin-RevId: ab7c60e70d41a6bedcc26ce2b975ecd1553f3bb6
Change-Id: I76bd53d5d80e907219d5d740a3494ca185f3ccea
1 file changed
tree: 69a6588b22db2460fb99a553bf81a87c1c796ea8
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
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.