[roll] Roll fuchsia [sdk][svc] Remove unneeded runtime dependencies

When removing runtime dependency requirements from the in-tree VFS
library, as part of b/309518193, it was found that we could also reduce
the required runtime dependencies on //sdk/lib/svc.

This also removes the requirement of libasync-default.so as a transitive
dependency of libdriver_runtime.so (via libsvc.so). These libraries are
still allow-listed due to their frequent use by drivers, but are no
longer required.

Update Bazel SDK tests where these dependencies are no longer required.

Note that libasync-default.so remains a runtime requirement of
libsyslog.so.

Test: No functional change.
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/957012
Original-Revision: 34d47fdbc63893ba751479a964990cdaf0de5fa6
GitOrigin-RevId: 5b67ac832a4fab2ea0879b540c396a37f76509ee
Change-Id: I8461238dcb3a3dbbe5dfacc6d28154560cded513
1 file changed
tree: 701664c182baf8867887018d2e39f61fd71fd509
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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 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.