aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorFrederick Mayle <fmayle@google.com>2024-03-18 17:54:54 -0700
committerFrederick Mayle <fmayle@google.com>2024-03-20 17:32:01 +0000
commit19b06917d93c33c83d8c687d05bb140ff37d74df (patch)
tree2881a8067de3fb312cf1d04fb296d99865ff16a4 /Android.bp
parent1e7b8a85976bc298c640d304a195f9a492a7146c (diff)
downloadcrosvm-19b06917d93c33c83d8c687d05bb140ff37d74df.tar.gz
ANDROID: update Android.bp post merge
Made tweaks to vm_control's Cargo.toml and snapshot_format.rs because there is another instance of b/329312851. It depends on the "crypto_generic" crate, but renames it to "crypto". Bug: 329877102, 329312851 Test: TH Change-Id: Icc61200eeb53f17d2529b8494bab554c8bb6666f
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp2
1 files changed, 0 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index de3272230..1c259bda7 100644
--- a/Android.bp
+++ b/Android.bp
@@ -74,7 +74,6 @@ rust_binary {
"libcros_async",
"libcros_tracing",
"libcrosvm_cli",
- "libdata_model",
"libdevices",
"libdisk",
"libgdbstub",
@@ -207,7 +206,6 @@ rust_test {
"libcros_async",
"libcros_tracing",
"libcrosvm_cli",
- "libdata_model",
"libdevices",
"libdisk",
"libgdbstub",