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

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

Merge "libbinder: static on host" am: 5dd4cec0 am: ab3906d3 am: d58265bf

am: c3bbfeb3

Change-Id: Idc44f4e595f3ecd5b7a44c2b3ab0a9d6bab4b229
parents 88d017bf c3bbfeb3
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,