Update otapreopt_chroot with new libapexd dependencies.
libapexd has added dependencies to libvold_binder (static) and
libbinder/libutils (shared).
Bug: 126740531
Test: builds
Change-Id: Ia1c1a94efc98fb15aa4c7d3cd22c6229c1931b28
diff --git a/cmds/installd/Android.bp b/cmds/installd/Android.bp
index c5a8f49..4619427 100644
--- a/cmds/installd/Android.bp
+++ b/cmds/installd/Android.bp
@@ -145,9 +145,11 @@
],
shared_libs: [
"libbase",
+ "libbinder",
"liblog",
"libprotobuf-cpp-full",
"libselinux",
+ "libutils",
"libziparchive",
],
static_libs: [
@@ -156,6 +158,7 @@
"lib_apex_manifest_proto",
"libavb",
"libdm",
+ "libvold_binder",
],
}