[roll] Roll fuchsia [display] Use array instead of vector for building wire fidl.

Since the point of using the wire FIDL bindings is to avoid heap
allocations, it makes more sense to use std::array.

There are probably more instances of the std::vector anti-pattern in the
codebase; these were all I could quickly find.

Original-Bug: 382141198
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1168214
Original-Revision: cb3b12bf0ffb10910bb679541f6f877a5bfc2ce9
GitOrigin-RevId: 206d929b9bb31978323f4442d895c55fec73b8dd
Change-Id: If621f7181a3cb247a9dc1b1b4702613da8d6b3e3
1 file changed
tree: d5370f9f659513f7e9a34c466177ef00404989d2
  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.