[roll] Roll fuchsia [shutdown-shim] Run in component_manager as a builtin

Run shutdown-shim using the component manager's "builtin runner".
This follows up on the previous change that rewrote shutdown-shim in
rust.

This saves approximately 300K of memory on all builds, since we no
longer spawn a process for shutdown-shim.cm. The builtin version does
not need to spawn a separate process or thread.

Original-Fixed: 371197923

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1137755
Original-Revision: e2055cdf529843c18edb3e4be24cb761d5a52216
GitOrigin-RevId: 7344a19ec9a2d35a26f8bc96cbcfff47f97cd544
Change-Id: I8270835ca9b9dbf80bf0ce7ccbb8f92283bc39d3
1 file changed
tree: 0c02a18b3d659d6d24bb1b3e69ba4aa13846c57b
  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 in one of the communication channels documented at get involved.

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.