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

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

libcutils: vendor_available am: 385fe692

am: d4010ad4

Change-Id: I2070d189052cf16e54e1aa2d9f08f90b0325e515
parents 9897378d d4010ad4
Loading
Loading
Loading
Loading
+5 −6
Original line number Diff line number Diff line
@@ -29,17 +29,15 @@ libcutils_nonwindows_sources = [
    "str_parms.c",
]

cc_library_headers {
    name: "libcutils_vndk_headers",
    host_supported: true,
    export_include_dirs: ["include_vndk"],
}

cc_library_headers {
    name: "libcutils_headers",
    vendor_available: true,
    host_supported: true,
    export_include_dirs: ["include"],
    target: {
        vendor: {
            export_include_dirs: ["include_vndk"],
        },
        linux_bionic: {
            enabled: true,
        },
@@ -51,6 +49,7 @@ cc_library_headers {

cc_library {
    name: "libcutils",
    vendor_available: true,
    host_supported: true,
    srcs: [
        "config_utils.c",