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

Commit f9153832 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Audio: Migrate to AIDL API" am: 98a68a03 am: 8757d21e

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/1938521

Change-Id: Icbeb19e42c259b05dd25c9a514140a704c815da6
parents bcffcfce 8757d21e
Loading
Loading
Loading
Loading
+9 −5
Original line number Diff line number Diff line
@@ -17,21 +17,25 @@ cc_library_shared {
        "audio_bluetooth_hw.cc",
        "stream_apis.cc",
        "device_port_proxy.cc",
        "device_port_proxy_hidl.cc",
        "utils.cc",
    ],
    header_libs: ["libhardware_headers"],
    shared_libs: [
        "android.hardware.bluetooth.audio@2.0",
        "android.hardware.bluetooth.audio@2.1",
        "android.hardware.bluetooth.audio@2.2",
        "android.hardware.bluetooth.audio-V1-ndk",
        "libbluetooth_audio_session_aidl",
        "libaudioutils",
        "libbase",
        "libbluetooth_audio_session",
        "libbinder_ndk",
        "libcutils",
        "libfmq",
        "libhidlbase",
        "liblog",
        "libutils",
        // HIDL dependencies
        "android.hardware.bluetooth.audio@2.0",
        "android.hardware.bluetooth.audio@2.1",
        "libbluetooth_audio_session",
        "libhidlbase",
    ],
    cflags: [
        "-Wall",
Loading