Include module info in dump output

Test: dumpsys android.security.maintenance
Change-Id: If30ef072294d0aa21ddcf0d79399c31fd87e44d2
diff --git a/keystore2/Android.bp b/keystore2/Android.bp
index ef5111f..cd24cce 100644
--- a/keystore2/Android.bp
+++ b/keystore2/Android.bp
@@ -52,6 +52,7 @@
         "libbinder_rs",
         "libbssl_crypto",
         "libder",
+        "libhex",
         "libkeystore2_aaid-rust",
         "libkeystore2_apc_compat-rust",
         "libkeystore2_crypto_rust",
@@ -111,7 +112,6 @@
     defaults: ["libkeystore2_defaults"],
     rustlibs: [
         "libandroid_logger",
-        "libhex",
         "libkeystore2_test_utils",
         "libkeystore2_with_test_utils",
         "liblibsqlite3_sys",