[roll] Roll fuchsia [ffx][fho] Removing ffx_writer dependency in fho

This removes the dependency on ffx_writer in fho, allowing the
refactoring of TryFromEnv implementations for the Writers to move
to ffx_writer.

This also moves ToolIO trait to /src/developer/lib/writer since it is
used by on-device commands as well as ffx.

Finally, this adds the assert to fho and ffx_writer that they are
host toolchain only.

Original-Bug: 394964930
Original-Bug: 392174596
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1204351
Original-Revision: 124993707f9b585790fc680c682fe7ae2165433a
GitOrigin-RevId: 85640477e6c239276641df14dc643c7f7aa331ca
Change-Id: Ibcd5324b9715091c264fecb22c81ba6a69c27b08
1 file changed
tree: 60f861683cada1270dfe0d1ac8a6b68d74404bb8
  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.