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

Commit 3845100b authored by Steven Moreland's avatar Steven Moreland
Browse files

resolve merge conflicts of 40da4609 to oc-dr1-dev-plus-aosp

Test: I solemnly swear I tested this conflict resolution.
Change-Id: Ia3362df16758d378cd819435fa9202355cc87c86
parents f9ad1a34 40da4609
Loading
Loading
Loading
Loading
+10 −5
Original line number Diff line number Diff line
@@ -16,6 +16,16 @@ cc_library_headers {
    name: "libbinder_headers",
    export_include_dirs: ["include"],
    vendor_available: true,
    header_libs: [
        "libbase_headers",
        "libcutils_headers",
        "libutils_headers",
    ],
    export_header_lib_headers: [
        "libbase_headers",
        "libcutils_headers",
        "libutils_headers",
    ],
}

cc_library {
@@ -80,11 +90,6 @@ cc_library {
        "libbinder_headers",
    ],

    export_shared_lib_headers: [
        "libbase",
        "libutils",
    ],

    export_header_lib_headers: [
        "libbinder_headers",
    ],