| commit | c151a1ba2816d6043fd77a253ce9abcdf491607b | [log] [tgz] |
|---|---|---|
| author | Josh Gao <jmgao@google.com> | Mon Mar 16 11:30:09 2020 -0700 |
| committer | Josh Gao <jmgao@google.com> | Mon Mar 16 11:30:09 2020 -0700 |
| tree | 833fd72189cbaed3941c32534eccab442a55965a | |
| parent | 01c8eccca3f7c7ed9f08fdc7bb641ab40ac833d1 [diff] |
adbd: shrink libadbd.so, libadbd_services.so.
We were ending up with multiple copies of the proto runtime in the
recovery image, when we need zero.
Before:
784K recovery/root/system/lib64/libadbd_services.so
832K recovery/root/system/lib64/libadbd.so
After:
360K recovery/root/system/lib64/libadbd_services.so
344K recovery/root/system/lib64/libadbd.so
Bug: http://b/150317254
Test: treehugger
Change-Id: I39fbb3959128994f0de2ae0ea47dbc0800c516fe