commit | 33f2d0bb9d418944ab21fc03c1c8f0172daaca53 | [log] [tgz] |
---|---|---|
author | Yilong Li <liyl@fuchsia.infra.roller.google.com> | Wed May 01 01:38:53 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Apr 30 18:40:25 2024 -0700 |
tree | 348ac70fbe1a93438e2fe0c3879903ab8f612ed6 | |
parent | ea4d72c8f1781279053ddbe9e056e29f9cb238ee [diff] |
[roll] Roll fuchsia [display][coordinator] Inject EngineDriverClient on Controller construction. Previously, the EngineDriverClient instance in Controller was created at Bind() time. EngineDriverClient had to be stateful (is_bound()). This change replaces the bind-time initialization of EngineDriverClient with a factory function so that it can be injected at Controller construction. This completely removes the dependency on zx_device_t from Controller. Test: no-op expected. Test: core.vim3 booted and "display-tool squares" worked. Original-Bug: 322365329 Original-Bug: 338002075 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1040313 Original-Revision: bb088aaf47af4af5d86f1bc141e222c04ad801a0 GitOrigin-RevId: 618f04187c725778df1cc1b53809b4d12bf342f1 Change-Id: I024455ee1f1a85d129508493f819298e14098d55
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.