[roll] Roll fuchsia [sdk][fdio] Create separate target for constants

Use constants target for in-tree VFS library to avoid runtime dependency
on FDIO. Remove FDIO as a runtime dependency of //sdk/lib/svc as it is
no longer required. Previously, it was required due to the library's use
of the in-tree VFS.

Mark `vdirent_t` as deprecated (will be removed as part of the io2
migration effort), and unused `vnattr_t` as removed. Added warning
suppression for existing uses within the codebase along with comments
linking to tracking bugs for eventual removal and cleanup.

Remove some unused defines and cleanup includes/dependencies.

Original-Bug: b/309518193
Test: No functional change.
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/947395
Original-Revision: 461676c841f7dd5d9a78f98a7908c00741c3cc39
GitOrigin-RevId: 45abbe52bed79609e1f89dd2dfce74f95ab47eb2
Change-Id: I5e6663602540ec1ada8fefd9186789993f01cde7
1 file changed
tree: a11610bc55117570a321e68cb4302ff001d893a2
  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.