libs/dice: Only depend on rust bindgens
The bindgen libraries should wrap the C symbols we require here so no
need to duplicate them, at the risk of importing conflicting libraries.
Test: m pvmfw_img
Change-Id: Icd9d089d44639b5ac5deed22fe5a73956c349606
diff --git a/libs/dice/Android.bp b/libs/dice/Android.bp
index 71cf0f1..31a39b2 100644
--- a/libs/dice/Android.bp
+++ b/libs/dice/Android.bp
@@ -15,10 +15,5 @@
"libopen_dice_cbor_bindgen_nostd",
"libopen_dice_bcc_bindgen_nostd",
],
- whole_static_libs: [
- "libopen_dice_bcc",
- "libopen_dice_cbor",
- "libcrypto_baremetal",
- ],
apex_available: ["com.android.virt"],
}