Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7d48c5ba authored by Steven Moreland's avatar Steven Moreland
Browse files

Make libbinder a shared library only (not static).

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: I787b9979646230485f7a2b3aa8ad949c7649bc88
parent 1e89d965
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ cc_library_headers {
    ],
}

cc_library {
cc_library_shared {
    name: "libbinder",

    // for vndbinder