commit | fbd79687e6980cced292108a64eab247fa6d612b | [log] [tgz] |
---|---|---|
author | Jerry Zhang <zhangjerry@google.com> | Fri Jun 15 17:40:54 2018 -0700 |
committer | Hridya Valsaraju <hridya@google.com> | Fri Jul 20 17:54:44 2018 +0000 |
tree | 16cc61dad362af38391ff218ad597dbd95bb3182 | |
parent | a3024ba1fa1c6a695ed4f1f9b545c6e1d87a8653 [diff] |
Use more shared libraries in adb and init. fs_mgr is used by several different processes in both system and recovery, so it makes sense for it to be a shared library to save space. libadbd is used by adbd, recovery (as minadbd) and fastbootd so it should be shared as well. Bug: 78793464 Test: compiles Change-Id: I4225f4d1a44e6e5811c68a55595d1f94f0773114 Merged-In: I4225f4d1a44e6e5811c68a55595d1f94f0773114 (cherry picked from commit aacfc68acfb6f9432e741fa25a68d9336cc7c401)