[roll] Roll fuchsia [MetricsLogger] Use topological path suffix

We assign an alias to each driver by providing a hardcoded map from
topological paths to their aliases. This change avoids using the
precise topological path, which makes the mapping more resilient to
composite device root changes.
We can remove this product specific mapping from topological path to
alias after fxb/113837 is implemented.

Test: fx test metrics-logger-tests
Original-Bug: 113837

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/743127
Original-Revision: 40c1801ebba10facfcb9793dedb8b0323c4d3a48
GitOrigin-RevId: 36df689cdd9a41bb015f35a36dd4b0a419d30bce
Change-Id: I40807175d75c3b973bc499474fd4851c8911d72c
1 file changed
tree: c464bc998e2992d609797f0a426179c5c6427fe9
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.