[roll] Roll fuchsia [devfs] Rewrite in rust and run in component_manager as a builtin

This change runs devfs using the component manager's "builtin runner".
Since component_manager is written in rust, this also rewrites devfs in
rust.

This saves about 600K of memory on all builds, as we no longer spawn
processes for devfs.cm or devfs-pkg.cm. The builtin component
implementation does not require spawning a process or thread.

Original-Bug: 371197923

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1120538
Original-Revision: b291fabdbd0271fd87e4e2c2464828fa17aed32c
GitOrigin-RevId: 0493ac797493be2d8e946803bd90b36718bf3512
Change-Id: I5e6aa19c48f46310495a2d0c01e98b57aeba5fdd
1 file changed
tree: 8d65050ace4d9558cb2368d13b08a3fdd6dff35f
  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.