mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-24 20:48:55 +00:00
5fa838fdfc
Change-Id: I12af995a2fd9daff0b2ff00f54bb9b053bd16d1e Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4869237 Commit-Queue: Colin Downs-Razouk <colindr@google.com> Reviewed-by: Noah Gold <nkgold@google.com> |
||
---|---|---|
.. | ||
generic | ||
README.md |
Vendor directory
/vendor/
directory facilitates maintaining downstream custom code. generic crates, containing
either default implementation or stubs, live in /vendor/generic/
directory. The upstream code
imports these generic crates from various Cargo.toml files.
Downstream product specific crates will live under /vendor/<product_name>/
directory. Downstream
will replace /vendor/generic/
crate imports with downstream crate path.