[roll] Roll fuchsia [inspect][graph] Nested metadata items

This change adds support for nested structs in metadata kvps.
The use case is better representation of data in Power Broker without
relying on string concatenation which results in less string interning
in Inspect.

Note:

- Currently it's not possible to set a nested structure without having
  initialized it in advance. An easy way to fix this would be to have
  a nested and keep references  to all nodes in the metadata + their
  names. If this is a necessary use case I can build it into the
  library.

Original-Bug: 340342858
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1051432
Original-Revision: 12ec1b12642340d35bc00c15547b5c1ef2215408
GitOrigin-RevId: 022279a2a4ee05a528ab662bfb158517c8ae2826
Change-Id: I824ad6ff0c54a9c99d0840d5be34c20dc4d5a7a4
1 file changed
tree: a2efff5edd51ebbc2db3d378256dbe2fe461af65
  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 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.