Do a DICE derivation for the payload
Send measurements of the payload to diced so that it can derive CDIs for
the payload to use.
Bug: 214231981
Test: run microdroid
Change-Id: I931b0835128cb0ab5ce537ec388b0d03c5ca201a
diff --git a/microdroid_manager/Android.bp b/microdroid_manager/Android.bp
index f888b80..1878c87 100644
--- a/microdroid_manager/Android.bp
+++ b/microdroid_manager/Android.bp
@@ -9,6 +9,7 @@
edition: "2018",
prefer_rlib: true,
rustlibs: [
+ "android.hardware.security.dice-V1-rust",
"android.security.dice-rust",
"android.system.virtualizationservice-rust",
"android.system.virtualmachineservice-rust",
@@ -18,6 +19,7 @@
"libbinder_rpc_unstable_bindgen",
"libbinder_rs",
"libbyteorder",
+ "libdiced_utils",
"libglob",
"libidsig",
"libitertools",