crosvm/vendor
Kaiyi Li 3ce85c3f45 broker_ipc: rename it to proc_init
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>
2025-06-24 14:43:24 -07:00
..
generic broker_ipc: rename it to proc_init 2025-06-24 14:43:24 -07:00
README.md anti_tamper: refactor generic code 2023-06-09 23:09:35 +00:00

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.