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

Commit b29bc8de 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 am: f9153832

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

Change-Id: I0da12657021e5fe716a8bcc6c061ae77f82c3dd3
parents c37da07d f9153832
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