[roll] Roll fuchsia [cm_fidl_analyzer] Parse PartialAbsoluteMoniker from string

Instead of parsing an AbsoluteMoniker from a string (the string itself
does not include instance ids) and then calling `.to_partial()`, parse
a PartialAbsoluteMoniker directly from the string.

The reason for this change is to reduce unnecessary use of
AbsoluteMonikers with instance ids.

Original-Bug: 87407
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/638902
Original-Revision: 00942ceaf5b8d5f64a54f3f842f49bb6a2046bb5
GitOrigin-RevId: 304d6407095306e46b9c627d68906e4d24be5d6b
Change-Id: I8569bb52c7415a72f991a00f445593bd30685a86
1 file changed
tree: 7c66543013aa1c8cf8c90e3a3f00e92d30a7cb47
  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.