commit | 8ac48bcbb9ef98743aba403cd06e33ac304e5220 | [log] [tgz] |
---|---|---|
author | Jaekyun Seok <jaekyun@google.com> | Wed Dec 21 14:22:00 2016 +0900 |
committer | Jaekyun Seok <jaekyun@google.com> | Thu Dec 22 07:03:26 2016 +0900 |
tree | f59fd6d6611d87b45ae99bbabf05172148f37e42 | |
parent | 55f503e5b3d34110f09b1c727a131a51a687b9b8 [diff] |
Use shared lib of libutils, libz and libbase. libutils, libz and libbase are being used as shared lib by many other modules. So using their shared lib will reduce total image size. Size diffs on angler build image are as follows. libziparchive.so : 103844 -> 41680 (-62164) libnativeloader.so: 50824 -> 25104 (-25720) total : (-87884) Test: building succeeded, and the image was tested on angler. Bug: 33056637 Change-Id: I015afe5b8f4d87d495b706e2e78d60f44a910e87