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

Commit c3bbfeb3 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

Change-Id: If0ab21aebec1fc7eb42f1a8a40e30f2bebff7afc
parents 8e9b0aa0 d58265bf
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,