mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-24 12:34:31 +00:00
45927eafc7
BUG=b:286107739 TEST=none Change-Id: I8aa0dd5335a6d85566a75afc2fc1245380dd6dcd Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4605997 Commit-Queue: Vikram Auradkar <auradkar@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.