summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Martijn Coenen <maco@google.com> 2019-03-22 00:42:43 -0700
committer android-build-merger <android-build-merger@google.com> 2019-03-22 00:42:43 -0700
commit85d0dd11ffe9f1dc28b7c2a55a71137ec6b41478 (patch)
tree444adca251badfce6d288dad15dd6c6cb4af7218
parentcc20457c7b223f4529b9f80b9886992bce9a1b9a (diff)
parent2d8e815a262787d1dee23119a6422b628f27a7ba (diff)
Merge "Update otapreopt_chroot with new libapexd dependencies."
am: 2d8e815a26 Change-Id: I9cda409bd13a5c885782dcd691b52d038550011f
-rw-r--r--cmds/installd/Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmds/installd/Android.bp b/cmds/installd/Android.bp
index c5a8f49069..4619427e2a 100644
--- a/cmds/installd/Android.bp
+++ b/cmds/installd/Android.bp
@@ -145,9 +145,11 @@ cc_binary {
],
shared_libs: [
"libbase",
+ "libbinder",
"liblog",
"libprotobuf-cpp-full",
"libselinux",
+ "libutils",
"libziparchive",
],
static_libs: [
@@ -156,6 +158,7 @@ cc_binary {
"lib_apex_manifest_proto",
"libavb",
"libdm",
+ "libvold_binder",
],
}