[roll] Roll fuchsia [fdf] Rename driver_host process to static name

Rather than append the name of the device to the process name, we use a
static name instead. This will help prevent folks from relying on the
process name as proxy for understanding what is running within the
process. Other mechanisms should be utilized instead.

With DFv2, we will stop supplying semantic information in the process
name, so this change is simply getting make the change earlier.

Original-Fixed: 86565

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/593644
Original-Revision: 59cc6a81a05f0a119a75209667b4ab6fefd8717a
GitOrigin-RevId: c6e8905483f7654d56d5456dc157c22398161c03
Change-Id: I63a5b64cbb7f56cc3790d328f4e8a0847eedb7e4
1 file changed
tree: 9da7da626a8a2843e4ba2d2ea2ec0ac4ba295d0c
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.