The name for the `broker_ipc` crate is just confusing. Change-Id: I512e951d16eb9fb3a3d3dbe9f3a31f67d759c711 Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/6630169 Commit-Queue: Kaiyi Li <kaiyili@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.