Test deferred_rbp changes secrets
Add a unit test that uses a sample DICE chain, does derivation with
different values of `deferred_rollback_protection` & checks that the
sealing CDIs of output are different.
Test: atest #changing_deferred_rpb_changes_secrets
Bug: 342378315
Change-Id: I9a69e76f9802fcf14c550956fb6e23431a38688f
diff --git a/pvmfw/Android.bp b/pvmfw/Android.bp
index 66b34a6..144e81e 100644
--- a/pvmfw/Android.bp
+++ b/pvmfw/Android.bp
@@ -117,9 +117,10 @@
rustlibs: [
"libcbor_util",
"libciborium",
- "libdiced_open_dice_nostd",
+ "libdiced_open_dice",
"libpvmfw_avb_nostd",
"libzerocopy_nostd",
+ "libhex",
],
}