[roll] Roll fuchsia [routing] Use PartialChildMoniker for comparisons

`find_matching_offer` and `target_matches_moniker` functions take a
`PartialChildMoniker` instead of a `ChildMoniker`, because their
comparisons do not use or need the `InstanceId` field information from
`ChildMoniker`.

The reason for this change is to reduce unnecessary uses of monikers
with instance ids.

Original-Bug: 87407
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/638808
Original-Revision: 476930c6ba0b754d9f236de29e38099fb4816198
GitOrigin-RevId: a21fa4b4ea073364a080cba8fb89bce4373824b4
Change-Id: I3fbe0b8526ff1ba7c133ecfb51e2a547abd1d645
1 file changed
tree: 6f28bc9e15f7c083ae226396a65f933c7a4e7ebc
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.