[roll] Roll fuchsia [fuchsia.hardware.audio] Add legacy=true

This adds legacy=true on fuchsia.hardware.audio declarations removed in
API level 20, because they still exist in supported API levels
(currently the oldest supported level is 15).

These elements were removed in the following CLs without legacy=true:

1. Ib8b01bd650cac30bcc46a37bc3d7adec06f000c5
2. I3e2560c40dde70f82b5476103035e0cbfa62e599

I reverted parts of (2) to continue handling the removed methods. Once
they are no longer in any supported API level, code for handling the
methods can be removed.

The motivation for this is to line up legacy=true with the current set
of supported API levels for the implementation of RFC-0232.

Original-Bug: 42085274
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1056927
Original-Revision: f9cbae3c622d4afb51b1e649dfa3aafa10a025cd
GitOrigin-RevId: c3436f4b4f17037e2ed527fa47772d7fff682f3a
Change-Id: I42d08a10000c83c7439c3e214f3d551a55dc91e9
1 file changed
tree: 8cbf7f544fcef5830055ec365563c5f34b2f0d39
  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 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.