mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-09 03:57:24 +00:00
644251cec0
Makes proto-tube the default behavior when kiwi is enabled. BUG=b:244666222 TEST=tested downstream Change-Id: I4281dec4dc201ff981662498dae932b514c34050 Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/3881729 Commit-Queue: Vikram Auradkar <auradkar@google.com> Reviewed-by: Richard Zhang <rizhang@google.com> Auto-Submit: Vikram Auradkar <auradkar@google.com> Tested-by: Vikram Auradkar <auradkar@google.com>
14 lines
285 B
TOML
14 lines
285 B
TOML
[package]
|
|
name = "anti_tamper"
|
|
version = "0.1.0"
|
|
authors = ["The Chromium OS Authors"]
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[features]
|
|
anti-tamper = []
|
|
kiwi = []
|
|
|
|
[dependencies]
|
|
base = { path = "../base" }
|