[roll] Roll fuchsia [svc] Remove obsolete functionality at NEXT

Unfortunately these symbols were never removed after API level 10, so
the symbols for these still exist in `libsvc.so` at all API levels since
then. To prevent them from being a part of future SDK releases, we use
an API level guard to prevent them from being generated entirely.

Test: No functional change.
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1234104
Original-Revision: 15afe9b00e9865577e6e6823f7359c52ebfafcba
GitOrigin-RevId: 469556e1e19a6969d3be3922fa0c99d0e0cae862
Change-Id: I4b4516a12a6f326cfcb147cbf18ebfab94aabd14
1 file changed
tree: fb6c9f24a3855f8081fb17e9bd8fbbaf6b78af0c
  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.