[roll] Roll fuchsia [sdk] Support syscalls-next.h

Previously, accessing these APIs via the SDK was not allowed, because
they have no stability guarantees. Since then, though, we've added
support for unstable interfaces in the SDK.

These syscalls can only be used by components that target API level
HEAD, and those components will only be able to run if the SDK and
platform match perfectly. In practice, only components in vendor/*
target API level HEAD, and syscalls-next.h is already accessible to
non-SDK-using components in those repos.

Original-Fixed: 413142699

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1264984
Original-Revision: 2e7114b4646feddaf4eb9669235d182f369f5e0a
GitOrigin-RevId: 6bad3a340bc9e7f6eb23627ba8bb9241286b9d45
Change-Id: I9b6957560640fd25cd54e48be8e03d29965a2a83
1 file changed
tree: 7fbafb2edf7691de3a6ee9f530b45c550672c0c5
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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 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.