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

Commit ab3906d3 authored by Steven Moreland's avatar Steven Moreland Committed by android-build-merger
Browse files

Merge "libbinder: static on host"

am: 5dd4cec0

Change-Id: I05a6c99ca5107d2551b301ca0b6a27742df95577
parents a533b927 5dd4cec0
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,