crosvm/vendor
Noah Gold 69c56c5179 crypto: clean up comment.
BUG=b:286345300
TEST=presubmit

Change-Id: Ib5c727ba158ba195f9160a56d98575acaef0f8ec
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/5359297
Reviewed-by: Frederick Mayle <fmayle@google.com>
Auto-Submit: Noah Gold <nkgold@google.com>
Commit-Queue: Frederick Mayle <fmayle@google.com>
2024-03-11 20:22:43 +00:00
..
generic crypto: clean up comment. 2024-03-11 20:22:43 +00:00
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.