[roll] Roll fuchsia [routing] Remove availability clone calls

The Availability type is a small enum and implements Copy.
It is very cheap to copy as the type is very small.
Remove these calls to `clone` so we can reserve clone for
expensive calls and memory allocations.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/934052
Original-Revision: 0832419902c7e9d8ccc3eab5120e7894c7b983b8
GitOrigin-RevId: 373d9c35e02a08d4e20e2d2ef500e9661e5ffa49
Change-Id: I6ae2e04eec4ea8676d1f3461cbf8b67fcaa513cf
1 file changed
tree: d9554ac41635c50ef63f743e05d608dfafa1b409
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.