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
1 file changed