[dice] Move DiceSign/Verify nostd/std versions to diced_open_dice
As a step of merging the existing diced_open_dice_cbor library into
the new open-dice wrapper diced_open_dice.
Bug: 267575445
Test: atest diced_utils_test diced_sample_inputs_test \
diced_vendor_test diced_open_dice_cbor_test \
libdiced_open_dice_nostd.integration_test \
libdiced_open_dice.integration_test diced_open_dice_cbor_test
Change-Id: I1f8baecd92a516bc724741ffbe322b913f89db5b
diff --git a/diced/Android.bp b/diced/Android.bp
index d4d29d5..dfa81ec 100644
--- a/diced/Android.bp
+++ b/diced/Android.bp
@@ -30,7 +30,7 @@
rustlibs: [
"android.hardware.security.dice-V1-rust",
"libanyhow",
- "libdiced_open_dice_cbor",
+ "libdiced_open_dice",
"libkeystore2_crypto_rust",
],
}
@@ -44,7 +44,7 @@
rustlibs: [
"android.hardware.security.dice-V1-rust",
"libanyhow",
- "libdiced_open_dice_cbor",
+ "libdiced_open_dice",
"libkeystore2_crypto_rust",
],
}