diff options
| author | 2019-03-22 00:42:43 -0700 | |
|---|---|---|
| committer | 2019-03-22 00:42:43 -0700 | |
| commit | 85d0dd11ffe9f1dc28b7c2a55a71137ec6b41478 (patch) | |
| tree | 444adca251badfce6d288dad15dd6c6cb4af7218 | |
| parent | cc20457c7b223f4529b9f80b9886992bce9a1b9a (diff) | |
| parent | 2d8e815a262787d1dee23119a6422b628f27a7ba (diff) | |
Merge "Update otapreopt_chroot with new libapexd dependencies."
am: 2d8e815a26
Change-Id: I9cda409bd13a5c885782dcd691b52d038550011f
| -rw-r--r-- | cmds/installd/Android.bp | 3 |
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", ], } |