commit | 9a031f0e773c20626a8ecbb36dd7bcb4d8dc8db4 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Mon Jul 16 11:09:49 2018 -0700 |
committer | Steven Moreland <smoreland@google.com> | Mon Jul 16 15:34:10 2018 -0700 |
tree | 33a4edb0041e0b014ce74db3bbb54a95283542f0 | |
parent | 2ce2fa7eed139891406e4a5662a5481c3a376b54 [diff] |
perfpropd: Remove libbinder as a static library. Letting the library does a couple of bad things: - (importantly) allows its internal implementation details to become frozen - (still important) uses extra space on this device For these reasons, libbinder is being made shared-only. Test: boot Pixel 2 Change-Id: Ic3be46d395915ee62d90d5d8852c2ac436dccc22