| commit | 257d4638700afb9f57d9463df2751d254673916f | [log] [tgz] |
|---|---|---|
| author | Steven Moreland <smoreland@google.com> | Mon Jul 16 11:06:58 2018 -0700 |
| committer | Steven Moreland <smoreland@google.com> | Tue Jul 17 16:39:52 2018 +0000 |
| tree | 2979621aaf3b48d00aea9eecdee1a11e6c964d81 | |
| parent | 1e89d96564a1dc20d46e00f08fb8742dcf66235d [diff] |
libvr_manager: Remove libbinder as static library. Letting the library be statically linked 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, it is being made shared-only. Test: boot Pixel 2 Bug: 111454508 Change-Id: Id258fedfc68587a9f24de0904e793248a0e068d1