diff options
author | Steven Moreland <smoreland@google.com> | 2019-06-12 17:19:52 -0700 |
---|---|---|
committer | Steven Moreland <smoreland@google.com> | 2019-06-18 22:03:54 +0000 |
commit | 1ec3b78b6739caf0d855048a304c70349611a9b0 (patch) | |
tree | 98d6a0e8bf6665860e668c3478e5f9d0d2d66e46 /trusty/coverage/coverage.cpp | |
parent | 9b90198887462249a293f242560e00993206a4e8 (diff) |
libprocessgroup users use libcutils
libprocessgroup symbols are being moved into libcutils in order to
optimize linking/memory usage. libprocessgroup will no longer be
required in the future (however removing references to it will come
separately).
Bug: 135145426
Test: boot
Test:
BEFORE:
$ adb shell showmap -a $(pid hwservicemanager) | grep -P "libprocessgroup|libcutils" -A1 | grep -P 'libprocessgroup|libcutils|\.bss' | awk '{s += $9}END{print s}'
28
AFTER:
$ adb shell showmap -a $(pid hwservicemanager) | grep -P "libprocessgroup|libcutils" -A1 | grep -P 'libprocessgroup|libcutils|\.bss' | awk '{s += $9}END{print s}'
12
Change-Id: I10d7c2d2b2b14cbbe0a128b9156d31206419d24c
Diffstat (limited to 'trusty/coverage/coverage.cpp')
0 files changed, 0 insertions, 0 deletions