[roll] Roll fuchsia [display][coordinator] Remove async-watchdog.

The async-watchdog library provides a Watchdog class that
monitors the aliveness of a given async dispatcher by
posting periodical "update" tasks on the monitored dispatcher
and periodical "check" tasks on the Watchdog-owned loop.
In the display coordinator driver, it created an async::Loop
not managed by the driver framework, which is a discouraged
(and soon-to-be disallowed) behavior.

This change deletes the async-watchdog from the display
coordinator. Future changes will add other mechanisms to
avoid deadlocks within the display coordinator.

Test: no behavior change expected.
Test: no behavior change in the internal product on nelson.
Test: no behavior change in the internal product on VIM3.
Original-Bug: 346419450
Original-Bug: 329708151
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1063543
Original-Revision: b45e833ae94e8643d5edc787db87007b0b003128
GitOrigin-RevId: 7a2875a9c7dd3f004ab3696093b42cdceee736ad
Change-Id: I50ab7629213a8f263512d3c77080fddc37e3fe21
1 file changed
tree: a7884a81aaf5d44c7061176c7b99aa0304b3826c
  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 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.