[roll] Roll fuchsia [ffx] invert fho/target dependency

Instead of having libfho rely on libtarget (which meant all subtools
depended on target even if they had no target interaction, such as
ffx-assembly), have libtarget rely on libfho. This means injecting
target-specific information into FhoEnvironment, via the new
EnvironmentInterface mechanism.

Mostly this change is mechanical -- moving code from libfho to
libtarget. It also means that code (including tests) that relied
on getting or manipulating target behavior needs an extra call
to get the target-specific FhoTargetEnvironment.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1263974
Original-Revision: 3d3ecfeaff8b3ca2a410d3c01e6a6077eac4975f
GitOrigin-RevId: cd66eb4dd6bc17569748bab50c5d6500b0a275a6
Change-Id: Ic3dde932e2c642fbf90e0043067a24523dd5ef8c
1 file changed
tree: fed4217df62f2c1347e4fc8f2ccaf235ac5732e7
  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.