[roll] Roll fuchsia [netsvc] Remove unused protocols.

Scrutiny detected several unused protocols in the topology that are
never provided by bootstrap.cml. These can be re-added once they are
used but currently they are never offered so are unaccessible in the
netsvc namespace anyway.

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

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/488019
Original-Revision: f65db923f2b412a3f8a57ca613774ead1de4a3ca
GitOrigin-RevId: c2c726b8bb6cc3081ac7e4228f772d1fc57fdf71
Change-Id: I11da3310bbdfcc483f8fae573806eea3c6ddadb3
1 file changed
tree: 5e69d7ce3a9d29e7b6f793b4329595a1fe9c66a3
  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.