diff options
| author | 2019-06-18 22:38:21 -0700 | |
|---|---|---|
| committer | 2019-06-18 22:38:21 -0700 | |
| commit | 260882bbdbe4e8b17e32d6f481baf5e92effe1fd (patch) | |
| tree | 9903bd0002703698f978ac735ef7eed88d57c3f8 | |
| parent | 3cddd2c141607a6fd8a1691fcaa94feeb23b3834 (diff) | |
| parent | 734bd2137f508df3e58c24ef4e1dfba76d042e26 (diff) | |
Merge "installd: add dependencies required by apexd"
am: 734bd2137f
Change-Id: I26634d83f83a6718bbd5cf01a99968ccac2ae3f8
| -rw-r--r-- | cmds/installd/Android.bp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmds/installd/Android.bp b/cmds/installd/Android.bp index 8b860bcdba..3ecfc9503c 100644 --- a/cmds/installd/Android.bp +++ b/cmds/installd/Android.bp @@ -146,6 +146,7 @@ cc_binary { shared_libs: [ "libbase", "libbinder", + "libcrypto", "liblog", "libprotobuf-cpp-full", "libselinux", @@ -158,6 +159,7 @@ cc_binary { "lib_apex_manifest_proto", "libavb", "libdm", + "libverity_tree", "libvold_binder", ], } |