Merge "installd: add dependencies required by apexd" am: 734bd2137f am: 260882bbdb am: 878a83cf8b
am: 822f9c137c

Change-Id: I3900a25b1505b60deb48bd05c66305f4c721500c
diff --git a/cmds/installd/Android.bp b/cmds/installd/Android.bp
index 654213f..064a268 100644
--- a/cmds/installd/Android.bp
+++ b/cmds/installd/Android.bp
@@ -151,6 +151,7 @@
     shared_libs: [
         "libbase",
         "libbinder",
+        "libcrypto",
         "liblog",
         "libprotobuf-cpp-full",
         "libselinux",
@@ -163,6 +164,7 @@
         "lib_apex_manifest_proto",
         "libavb",
         "libdm",
+        "libverity_tree",
         "libvold_binder",
     ],
 }