xref: /aosp_15_r20/external/crosvm/vendor/README.md (revision bb4ee6a4ae7042d18b07a98463b9c8b875e44b39)
1# Vendor directory
2
3`/vendor/` directory facilitates maintaining downstream custom code. generic crates, containing
4either default implementation or stubs, live in `/vendor/generic/` directory. The upstream code
5imports these generic crates from various Cargo.toml files.
6
7Downstream product specific crates will live under `/vendor/<product_name>/` directory. Downstream
8will replace `/vendor/generic/`crate imports with downstream crate path.
9