[roll] Roll fuchsia [display][coordinator] Fix display_destination for color layers.

The Coordinator currently calls ApplyConfig() on the display engine
driver with an empty `display_destination` for each color layer. This CL
applies a temporary fix, and adds a check to fake-display to ensure that
we don't regress.

A follow-up CL will migrate fake-display to our Banjo adapter library,
which adds more extensive validation on layers, including the check
added here. In the future, the Coordinator's configuration code will be
refactored to remove the need for the brittle workaround introduced
here.

Original-Bug: 388885807
Test: fx test //src/graphics/display
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1253486
Original-Revision: 3f082e928142858c7f4a300aed00094b1e0b2f43
GitOrigin-RevId: ee88c6f2c88f7f68bc23f233996ce7d54b903c41
Change-Id: I7dbfcb4fcd214faaf20dd4388d5fd1ccc6af0d52
1 file changed
tree: 1feed69d3e8e9bd7af09c08a0771e1c90166c4ad
  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.