[roll] Roll fuchsia [routing] Refactor *Metadata traits to Metadata<T>

The *Metadata traits both follow a common pattern: abstract that pattern
into a parameterized trait Metadata<T>. This will reduce code
duplication when adding Metadata<Subdir> in a subsequent CL.

Tested: fx test fuchsia-routing-tests
Original-Fixed: 379902655
Original-Bug: 353268508
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1160295
Original-Revision: 5d35ec53fa5d176057797f1c731162454e87b483
GitOrigin-RevId: 315ac32f2dfb415a36b05404d7b0e3546348d25f
Change-Id: I96466fabf1b9270ee23544ad71ad1d6275bfab0e
1 file changed
tree: bffb8154aa24df02634e6572294166b75e9562c5
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 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.