[roll] Roll fuchsia [aml-usb-phy] Refactor source code

Make the aml-usb-phy driver's unit tests use
`fdf_testing::BackgroundDriverTest` instead of manually setting up the
driver's environment. This should make the unit tests easier to read and
write.

Create common c++ library shared by both the driver target and its test
target in order to avoid duplicate dependencies.

Include more detail in some of the driver logs.

Use the cpp20 formatter for driver logs.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1265164
Original-Revision: b6c5bd48e2b7358c6d55c1cd9c926bb442419195
GitOrigin-RevId: a6af80a283928782dd742e6bdd53709dd1aed3c6
Change-Id: I5847e5fd78440b37cbffb84c8af443e1a3634ad5
1 file changed
tree: f2f05eee63e60507bae84671eee6e22d7cb4ca48
  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.