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

Commit 5dd4cec0 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "libbinder: static on host"

parents 3289d461 899ab378
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,