crosvm/vendor
Vikram Auradkar 45927eafc7 crash_report: refactor product specific code
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>
2023-06-09 23:10:04 +00:00
..
generic crash_report: refactor product specific code 2023-06-09 23:10:04 +00: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.