[roll] Roll fuchsia [adb] Fix large file pulling

Previously pulling large files from device or sending large amounts of
data from device (i.e. through shell, etc), would break adb connection.
This was because we were saving `fidl::VectorView` to be used later
after the synchronous handler had returned and the arena that it was in
got destroyed. To fix this, this change migrates usb-adb-function to be
natural server instead of wire server so that we can move an owned
std::vector instead.

Tested: tested on Vim3
Tested: usb-adb-unittest

Original-Bug: b/316177605

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1006886
Original-Revision: e08d113b8b5bfe5fcebbc41f859dd6b0f9130957
GitOrigin-RevId: ad626de85c3bdc54d12e903fd86b44e573ae1a69
Change-Id: I2cb517df010a195938c5e9d245a0cfd18386a5f3
1 file changed
tree: e776dcaf196dce45fdcc9b1ef637a4a67bde3190
  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.