[roll] Roll fuchsia [fdomain] Convert Handle to arbitrary borrowed types.

With this change it's possible to run `as_unowned::<T>` for any
`T: HandleBased` for a borrowed usage of a handle as an abirary type.

This is primarily used in future fuchsia-controller changes where
FDomain handles are stored in a map for a given fuchsia-controller
`Context` object.

Original-Bug: 465842888
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1440484
Original-Revision: b09123b64bb4128579ebfa8346e5eb5d37a07029
GitOrigin-RevId: 636fb756bf2d3d67fc7b5af40bea7e925a5ae8cc
Change-Id: I6f92f57367f4a591083e1bbbaa5dc223722b3d10
1 file changed
tree: 8b4d15fc02750f5017869b9003d9fdc706a0709d
  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.