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

Commit 35a4d41f authored by johnshamoon's avatar johnshamoon Committed by android-build-merger
Browse files

Fix build by adding bt_types to bluetooth.h (1/2) am: d7546e14

am: 8917c27d

Change-Id: I0fe98b5e669c17b9f04c48d50c8378145b037943
parents 0612b682 8917c27d
Loading
Loading
Loading
Loading
+10 −2
Original line number Diff line number Diff line
// Bluetooth types
cc_library_static {
cc_library_headers {
    name: "libbluetooth-types-header",
    export_include_dirs: ["./"],
    vendor_available: true,
    host_supported: true,
}

cc_library {
    name: "libbluetooth-types",
    vendor_available: true,
    defaults: ["fluoride_types_defaults"],
@@ -11,7 +18,8 @@ cc_library_static {
    srcs: [
        "raw_address.cc",
    ],
    export_include_dirs: ["./"],
    header_libs: ["libbluetooth-types-header"],
    export_header_lib_headers: ["libbluetooth-types-header"],
}

// ========================================================