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

Commit 414f49b7 authored by Hansong Zhang's avatar Hansong Zhang Committed by Automerger Merge Worker
Browse files

Export header library in btcore/ am: b5c40271 am: 60281759

Original change: https://android-review.googlesource.com/c/platform/system/bt/+/1773064

Change-Id: I79eac6d489dbf7f6dcf798f45835f9a1713b795d
parents c5a1b932 60281759
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -35,6 +35,14 @@ cc_library_static {
    },
}

cc_library_headers {
    name: "libbtcore_headers",
    defaults: ["libchrome_support_defaults"],
    export_include_dirs: ["./"],
    vendor_available: true,
    host_supported: true,
}

// Note: It's good to get the tests compiled both for the host and the target so
// we get to test with both Bionic libc and glibc
// libbtcore unit tests for target and host
+2 −0
Original line number Diff line number Diff line
@@ -32,10 +32,12 @@ cc_library_headers {
    header_libs: [
        "avrcp_headers",
        "libbluetooth-types-header",
        "libbtcore_headers",
    ],
    export_header_lib_headers: [
        "avrcp_headers",
        "libbluetooth-types-header",
        "libbtcore_headers",
    ],
    export_include_dirs: ["./"],
    vendor_available: true,