[roll] Roll fuchsia [component_id_index] Add support for FIDL-encoded index

* the component_id_index build tool now produces a merged JSON-encoded
  index *and* a FIDL-encoded index. the JSON version is used by appmgr,
  FIDL will be used by component_manager

* conversion code to/from the native rust type to FIDL is in
  fidl_convert.rs

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/455058
Original-Revision: 9e2275e0eb630ba6175f28428639a9a390ce7c48
GitOrigin-RevId: 74e832f796da3b004bb2d46557557e6ccebea464
Change-Id: Idc586705fee70f021e8dd3b547fbfbf22fc61ceb
1 file changed
tree: 2f21f674f098b1cbaed2b7d20b9085ab92b361df
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. flower
  8. jiri.lock
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
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.