[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.