[roll] Roll fuchsia [ffx] Cache discovery of TargetInfos

This CL changes the contents of the target discovery cache from
discovery::TargetHandles to ffx_target::TargetInfos, because target
resolution requires the additional information available from
TargetInfos, namely the _merged_ set of targets, i.e. the targets in
which discovered devices which correspond to the same target (based on
the boot_id) have been merged into a single target.

This is managed in ffx_target, so the cache code has been (roughly)
duplicated from discovery into ffx_target. A follow-up CL will remove
the now-unused discovery cache code.

NO_IFTTT=no fields were changed in TargetInfo

[g-review]

Original-Bug: 455625623

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1422789
Original-Revision: 9c25f5f88b5ac8a3de88f4cfc808e687b9f6b950
GitOrigin-RevId: 7c2dab57ff488a58dab459ae4b6acf86968bd2fe
Change-Id: I822a0c3e1c1a790621359c28fc6ec928edc6d0d3
1 file changed
tree: 104d5e9792136d5cc6f9fb2c5d612efe0f906f79
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
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.