crosvm/vendor/README.md
Vikram Auradkar e30a511986 anti_tamper: refactor generic code
Moves generic anti-tamper into its own crate under
'/vendor/generic/anti_tamper'

BUG=b:286107739
TEST=none

Change-Id: I47045ce9ffe690340cd1ba749bdb692bbd624f92
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4605893
Reviewed-by: Noah Gold <nkgold@google.com>
Commit-Queue: Vikram Auradkar <auradkar@google.com>
2023-06-09 23:09:35 +00:00

445 B

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.