[roll] Roll fuchsia [scenic][display] Migrate lib/allocation to use new C++ bindings
for the display API.

This migrates the lib/allocation/id.h so that the display buffer
collection ID and Image ID are now using the new C++ binding types.

All the clients now converts these types to corresponding HLCPP
types before using them in the HLCPP API.

Test: //src/ui/scenic
Original-Bug: 42156059
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/988774
Original-Revision: 9c71f7f2a735ef8c9e1ec1254f52b2752d0da093
GitOrigin-RevId: 8e46e93cb4a08c1a903db77d3784b9e86ed7a3a7
Change-Id: I08eb182ff73bb0764abc57de78f7ede7017b835e
1 file changed
tree: e37d79f94ca806b8f06991ed5cebafee927966db
  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.