[roll] Roll fuchsia [fidl][netstack] Mark server=platform protocols

The following protocols are always served by the platform netstack:
  fuchsia.posix.socket.packet/Provider
  fuchsia.posix.socket.packet/Socket
  fuchsia.posix.socket.raw/Provider
  fuchsia.posix.socket.raw/Socket
  fuchsia.posix.socket/Provider
  fuchsia.posix.socket/StreamSocket
  fuchsia.posix.socket/DatagramSocket
  fuchsia.posix.socket/SynchronousDatagramSocket

Marking them as @discoverable(server="platform") to reflect this and
allow ABI checking.

Original-Bug: 413661651
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1261448
Original-Revision: 2a013b88e3e1768fe43f5d623f2bd8a208b2218e
GitOrigin-RevId: c0b5392951f217c4219cc694b10e3aee8e785527
Change-Id: I9946f073bf4cb65beea2d6dd1f9aa8c1f3b96631
1 file changed
tree: 3a3485dfb7c319e7cab8a390c0c6e36295d1b68c
  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.