installd: add dependencies required by apexd

now apexd depends on libcrypto and libverity_tree.

Bug: 120058143
Test: m
Change-Id: I8d2828c2d9dd42a34e8f7c9e531bdaa3a29d3193
diff --git a/cmds/installd/Android.bp b/cmds/installd/Android.bp
index 8b860bc..3ecfc95 100644
--- a/cmds/installd/Android.bp
+++ b/cmds/installd/Android.bp
@@ -146,6 +146,7 @@
     shared_libs: [
         "libbase",
         "libbinder",
+        "libcrypto",
         "liblog",
         "libprotobuf-cpp-full",
         "libselinux",
@@ -158,6 +159,7 @@
         "lib_apex_manifest_proto",
         "libavb",
         "libdm",
+        "libverity_tree",
         "libvold_binder",
     ],
 }