[roll] Roll fuchsia [functionfs][adb] Add Proxy wake support

Add support for proxying the ADB channel so that new
information will wake the starnix container.

The actual proxying is disabled in this CL and will
be enabled later.

This also fixes an existing issue in the code where
events from the ADB stack were never read. They need
to be read once wake proxying is enabled. The code
spawns a thread which reads and discards these messages
in a loop.

Original-Bug: b/369114941
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1129772
Original-Revision: eb9e6b09067cbc336bd343201ad2b1279d16a498
GitOrigin-RevId: 4fedf466c9504f488cd4a20c170287d892ed0319
Change-Id: Ic82f1194b655d34bbe8f450e2d42d2b54adc6e53
1 file changed
tree: 8c899b6f2c99816e2a8fcddc7bc10ef04230990a
  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.