Diced: Implement HAL proxy node and initialize it in diced_main.

Still using sample artifacts if no HAL was found.

Test: diced_client_test
Bug: 198197213
Change-Id: I2d218f04cd53a6177dddd3e984879832287bd4dc
diff --git a/diced/Android.bp b/diced/Android.bp
index bef1dec..db0268c 100644
--- a/diced/Android.bp
+++ b/diced/Android.bp
@@ -125,6 +125,7 @@
     name: "diced",
     srcs: ["src/diced_main.rs"],
     rustlibs: [
+        "android.hardware.security.dice-V1-rust",
         "libandroid_logger",
         "libbinder_rs",
         "libdiced",