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

Commit 899ab378 authored by Steven Moreland's avatar Steven Moreland
Browse files

libbinder: static on host

For some tests.

Bug: 131861045
Test: use for host tests
Change-Id: I2f59e475187f4df6cc3c13226fa4045d967c28e0
parent b5f8331e
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@ libbinder_device_interface_sources = [
    "IpPrefix.cpp",
]

cc_library_shared {
cc_library {
    name: "libbinder",

    // for vndbinder
@@ -101,6 +101,11 @@ cc_library_shared {
    target: {
        android: {
            srcs: libbinder_device_interface_sources,

            // NOT static to keep the wire protocol unfrozen
            static: {
                enabled: false,
            },
        },
        vendor: {
            exclude_srcs: libbinder_device_interface_sources,