[roll] Roll fuchsia [serial][devfs] Rename Serial.ProxyService

devfs was automatically advertising fuchsia.hardware.Serial.ProxyService,
which was not an actual fidl service.
On request from a serial driver author, migration for
serial devices will be to directly use the fuchsia.hardware.serial.Service
and avoid proxying the channel through the DeviceProxy.
To accommodate this, devfs will stop automatically advertising
the Serial.ProxyService, and encourage the migration to
fuchsia.hardware.serial.Service, which is already advertised
by the serial driver.

Run-All-Tests: true
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1231484
Original-Revision: 8e7d702588e04437cada960d202f415539cc881e
GitOrigin-RevId: cfa936f97519fcc1af7f4b550a2e3004308183eb
Change-Id: I3e49ca40ac1f2392082b74be0899fa90adeec374
1 file changed
tree: 3ab8930ae5e1c8f74ee640e84ceb1627f09d89ec
  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.