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

Commit 4ee38dc9 authored by Kris Alder's avatar Kris Alder Committed by Automerger Merge Worker
Browse files

Merge changes I580e3f1d,I8e271982 am: 8ec315a2 am: 0e9d7c64 am: 0386c840

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1723159

Change-Id: I52d8ee406e7aff65092cd4d23320c77ec4b822e6
parents 84266ef4 0386c840
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -22,10 +22,10 @@ package {
    default_applicable_licenses: ["hardware_interfaces_license"],
}

cc_library_shared {
cc_library {
    name: "android.hardware.bluetooth@1.0-impl",
    defaults: ["hidl_defaults"],
    vendor: true,
    vendor_available: true,
    relative_install_path: "hw",
    srcs: [
        "bluetooth_hci.cc",
@@ -49,7 +49,7 @@ cc_library_shared {

cc_library_static {
    name: "android.hardware.bluetooth-async",
    vendor: true,
    vendor_available: true,
    defaults: ["hidl_defaults"],
    srcs: [
        "async_fd_watcher.cc",
@@ -62,7 +62,7 @@ cc_library_static {

cc_library_static {
    name: "android.hardware.bluetooth-hci",
    vendor: true,
    vendor_available: true,
    defaults: ["hidl_defaults"],
    srcs: [
        "hci_packetizer.cc",