[roll] Roll fuchsia [console-launcher] Remove unrouted protocols.

Several protocols are not routed to the console-launcher and so couldn't
be used. These should be re-added if / when bootstrap contains and can
route these capabilities.

{
  "capability": "fuchsia.devicesettings.DeviceSettingsManager",
  "error": "no offer declaration for `/bootstrap` with name
`fuchsia.devicesettings.DeviceSettingsManager`",
  "using_node": "/bootstrap/console-launcher"
},
{
  "capability": "fuchsia.net.routing.Routing",
  "error": "no offer declaration for `/bootstrap` with name
`fuchsia.net.routing.Routing`",
  "using_node": "/bootstrap/console-launcher"
},
{
  "capability": "fuchsia.update.Manager",
  "error": "no offer declaration for `/bootstrap` with name
`fuchsia.update.Manager`",
  "using_node": "/bootstrap/console-launcher"
},

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/488017
Original-Revision: 4e67fc9b43813d56969cb21aea49aa2e88bff53b
GitOrigin-RevId: f4dc60d9bb20ac4ffbdf4c53cbfd2ba70754c552
Change-Id: If58523dd94f70d7a4987f8acde5c4a300ea83fb3
1 file changed
tree: c1e4fed8e01a994ab18145f631f2b9c798cc68a2
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. flower
  8. jiri.lock
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
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.