[roll] Roll fuchsia [amlogic_decoder] Migrate to cpp

Convert `src/media/drivers/amlogic_decoder/binding.c` and
`src/media/drivers/amlogic_decoder/test_binding.c` to C++. In a future
CL, the driver bind rules that these files include will be updated
resulting in the generated header files using `constexpr` which is a
C++11 feature.

Original-Bug: 124193
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/845456
Original-Revision: a7bc3b8b90143483fcc4f0931541c80deeecd4b6
GitOrigin-RevId: c79db10be084b94a25df25c728db0cc7c6182330
Change-Id: I35c3b03486362871773b4e922fe81172c24bd8d0
1 file changed
tree: 86c26f3e7882417793c89c9fb4d8c878bd9d52e7
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.