[roll] Roll fuchsia [ffx] Add UpdatedTarget event to improve target waiting.

This adds an UpdatedTarget event to improve target waiting behavior,
specifically if awaiting a manually added target for a specific nodename
that is known a priori.

If we manually add a target and then run the wait_for_target function,
we will receive NewTarget events for each new target seen (including
synthesized events). However, if we then make an RCS connection and
identify the target, we will not succeed in waiting for this target as
there is no indication that it has been updated.

Original-Bug: 94317
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/649941
Original-Revision: 8d7942e4c75945fd9048156cce0a68ef8e6a25bb
GitOrigin-RevId: d141205d5c362698b35140c8afe9c5c8b648d172
Change-Id: Ibe22bb8a22023b752d8938a38dcfc96fda9a21ec
1 file changed
tree: fc536ae3f21e61c5a0e19a2041841f82425fb483
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.