[roll] Roll fuchsia [fidl][display] Rename DisplayId -> DisplayIdValue.

This CL brings the display ID type in line with the conventions we
adopted in the review for I1cd0f4b2bb8f48f80b197ed5983f22bb454d387a.
DisplayId will be a type-safe struct wrapper for DisplayIdValue, which
will be an alias to the (unsafe) numeric type used to represent IDs.

Original-Bug: 128286
Test: fx build (no behavior change)
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/868888
Original-Revision: 5cd3859fb69bc67abb353e0d17890ea02c7ccd05
GitOrigin-RevId: 440b185331ac224c6804df467a4077b2efb6fead
Change-Id: Ibbfcc7d8dc298b919ccd14fef1dd0489cae051ce
1 file changed
tree: 1acdbdb4dbf4291dc23db21c297234108061e592
  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.