vmbase: Provide baremetal DiceClearMemory() as lib

As libdiced_open_dice_nostd has a missing symbol, DiceClearMemory(),
that must be provided at link time, export it for all (baremetal)
clients of vmbase as a static library to be linked into their
final executable.

Link it into pvmfw and Rialto and remove their duped implementations.

Bug: 357008987
Test: m libvmbase_dice_clear_memory pvmfw_bin rialto_bin
Change-Id: I8d28e0ec11e1407c71de3e8f5c75069389151141
diff --git a/guest/pvmfw/Android.bp b/guest/pvmfw/Android.bp
index cd09579..5c767a3 100644
--- a/guest/pvmfw/Android.bp
+++ b/guest/pvmfw/Android.bp
@@ -277,6 +277,7 @@
     ],
     static_libs: [
         "libpvmfw",
+        "libvmbase_dice_clear_memory",
     ],
     linker_scripts: [
         "image.ld",