commit | 6e971c6a50813004a9d96bbb94064f67302922c5 | [log] [tgz] |
---|---|---|
author | Novin Changizi <novinc@fuchsia.infra.roller.google.com> | Mon Sep 25 18:37:17 2023 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Sep 25 11:38:25 2023 -0700 |
tree | a0cf5aba33627920d649d78514661bb5819c7421 | |
parent | 30aa63bbace86fe9cc9e727efbc8f37cad1e055b [diff] |
[roll] Roll fuchsia [driver_manager] Don't make sync call if not ready Adds a check in the driver_host to make sure it doesn't make a sync call before the server_end of its client has been connected. Without this a deadlock will occur since the callback that connects the server end will not get to run if the sync call has started. Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/921043 Original-Revision: f1ba7fe4a703f2fbebc6f09390c2653739a13b1c GitOrigin-RevId: 9b9ae2d32f9e76b73b861d40e762d7b4cdc7425a Change-Id: I26a9ff620eeeadd3a9f91cd427d3ceeef4dccc40
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
.