crosvm/vendor
Noah Gold 2e24140d8b vendor/generic/metrics: document API methods.
BUG=b:331214555
TEST=presubmit

Change-Id: Iaa5db4b4e30d981848ccdac9966b51cf826d2518
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/5588285
Commit-Queue: Noah Gold <nkgold@google.com>
Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
2024-06-04 21:46:46 +00:00
..
generic vendor/generic/metrics: document API methods. 2024-06-04 21:46:46 +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.