[roll] Roll fuchsia [ffx][component] Implement copying to target

This CL partially implements `ffx component copy`. This experimental command will have a prompt asking to be enabled when using it for the first time. After this lands, users will be able to copy a file to a component's namespace from host. The expected format is as such:

```
ffx component copy  ~/path/on/host.txt some/moniker::/some/host.txt
```

Subsequent CLs will allow support copying file sizes greater than 64KB.

Original-Bug: 100465

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/742847
Original-Revision: 105f0c028b860323970cb6c76687e2a18d092c00
GitOrigin-RevId: ce9dadcb44fa37a113223ac0eec8736efb77c7bc
Change-Id: I773b9950584b20b049dfc2f78984287fa062d236
1 file changed
tree: 008ddca7bcef3f964898913206a48ffb127ed5f5
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.