[roll] Roll fuchsia [vfs] Remove dependencies on the rust vfs

The rust vfs was converted to a dylib which caused performance
regressions in fxfs. Ideally, fxfs should only depend on the vfs
statically. Fxfs depends on severals crates which depend on
fuchsia_component which depends on the vfs dylib. fuchsia_component
only depends on the vfs for ServiceFs which none of the crates that fxfs
depends on make use of. This change switches fxfs' dependencies to only
depend on the client portion of fuchsia_component
(fuchsia_component_client).

Original-Bug: 396172331
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1235845
Original-Revision: ba7171e3aa8e512443793dc988742d3c808991ec
GitOrigin-RevId: eaf656a19ead9d9625f747e59dc4aeb398f7b9ab
Change-Id: Ia22f84072eceb7e90b2d5a7bb8fe368e88a99014
1 file changed
tree: b6cb77d5500be211151a5139273e9b851e288df0
  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.