[roll] Roll fuchsia [ff][target]: retain port information

The TargetAddr struct now wraps SocketAddr.

This allows for a user to specify a port for a target to connect
from and have that information persisted through the system for
subsequent connections (e.g. if the Fastboot interface via TCP is not
listening on the default port, 5554).

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/762885
Original-Revision: 3e7dcd8fe0b7e5ffbb7be401b68106505bb9979d
GitOrigin-RevId: e0cb85eabf91e5d11077a4e6e61ba22ba6afebf7
Change-Id: I3413b68868d8a73d091b6a93db9a6a4aa8c104c6
1 file changed
tree: 58f912530c4474172ae4d0f457793c39af01f39b
  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.