[roll] Roll fuchsia [netdevice] Introduce Port.GetDevice and Clone

Introduce a path to get a handle to a fuchsia.hardware.network/Device
from a fuchsia.hardware.network/Port. Given both protocols now can
retrieve each other, introduce Clone methods to both protocols as well.

This allows ports to be passed around as single objects instead of a
handle to the Device + a scalar with the port identifier.

Original-Bug: 87801
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/601411
Original-Revision: 2482758424057ac2954b09a6df01e904c0e13fef
GitOrigin-RevId: 55bb1f729c65817f0694970deee9df1ecb7b7c43
Change-Id: I3b7c6190e7c381e1c1e4a4c983f620bd8bbf2aa4
1 file changed
tree: 76794afeccc54216a372dd1d94ccef71188f29ce
  1. infra/
  2. third_party/
  3. firmware
  4. flower
  5. jiri.lock
  6. minimal
  7. prebuilts
  8. README.md
  9. stem
  10. 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 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.