[roll] Roll fuchsia [driver_host2] Use natural C++ bindings

See
https://groups.google.com/a/google.com/g/tq-eng/c/4jdkUfOY8Sk/m/iY-Bx1W8AAAJ.
We'd like to use the unified C++ bindings to get feedback. Per
suggestion from surajmalhotra@ this CL migrates driver_host2 to the
natural portion of the unified bindings, which consists of owning domain
objects that implement proper move and copy semantics, making them
easier to use compared to wire domain objects found in LLCPP.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/673351
Original-Revision: 525d94b534e5a39cbab13ddcad0bc0a8c86d1fa7
GitOrigin-RevId: c9ce6d5794a8fdb5b0b9477eacbf06aa80b44d29
Change-Id: I470708e7fe360b90c4019b0f1ff77f8fdb0cb185
1 file changed
tree: 0fadaf74c93ecedc50ad2d55b24410d55dc1c906
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. fortune-teller
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.