[roll] Roll fuchsia [cm][inspect] Update to use inspect_runtime::publish

In support of [1].

Component Manager emits its own CapabilityRequested event after creating
a pair or channels over which to send a fuchsia.inspect.Tree. For this
reason it does not need to be routed InspectSink. Therefore
inspect/client.shard.cml has been removed from CM CML files.

[1] https://fuchsia.dev/fuchsia-src/contribute/governance/rfcs/0168_exposing_inspect_through_inspectsink

Original-Fixed: b/302372653
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/907242
Original-Revision: 3a5b36e5bc78a4350d044a0e876f6551837e9905
GitOrigin-RevId: 3abbe05f544a0cd072323d94984bcb7eaa14a5cb
Change-Id: Ib5277c6f66b80bc30efac6a9197b1124d1ac9fca
1 file changed
tree: 366bd9f2433d2a71ddead9a1e0746414c88a3292
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.