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

Commit 066fa55a authored by Omer Osman's avatar Omer Osman
Browse files

Update BT Stack to use BT Audio HAL V2

Bug: 226441860
Test: A2DP sink device using bds-dev
Ignore-AOSP-First: Merge to internal and cherry-pick to AOSP
Change-Id: Idbde911cabe454c675a85a98624440ab44d7872a
parent 969c5b15
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -149,7 +149,7 @@ android_app {
        "android.hardware.bluetooth@1.1",
        "android.hardware.bluetooth.audio@2.0",
        "android.hardware.bluetooth.audio@2.1",
        "android.hardware.bluetooth.audio-V1-ndk",
        "android.hardware.bluetooth.audio-V2-ndk",
    ],
    apex_available: [
        "com.android.bluetooth",
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ cc_library_shared {
    ],
    header_libs: ["libhardware_headers"],
    shared_libs: [
        "android.hardware.bluetooth.audio-V1-ndk",
        "android.hardware.bluetooth.audio-V2-ndk",
        "libbluetooth_audio_session_aidl",
        "libaudioutils",
        "libbase",
+2 −2
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ cc_library_static {
            shared_libs: [
                "libfmq",
                "libbinder_ndk",
                "android.hardware.bluetooth.audio-V1-ndk",
                "android.hardware.bluetooth.audio-V2-ndk",
            ],
            srcs: [
                "aidl/a2dp_encoding_aidl.cc",
@@ -85,7 +85,7 @@ cc_test {
    shared_libs: [
        "android.hardware.bluetooth.audio@2.0",
        "android.hardware.bluetooth.audio@2.1",
        "android.hardware.bluetooth.audio-V1-ndk",
        "android.hardware.bluetooth.audio-V2-ndk",
        "libbinder_ndk",
        "libcutils",
        "libfmq",
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ cc_defaults {
        "libstatslog",
        "libbinder_ndk",
        "libstatssocket",
        "android.hardware.bluetooth.audio-V1-ndk",
        "android.hardware.bluetooth.audio-V2-ndk",
        "android.hardware.bluetooth@1.0",
        "android.hardware.bluetooth@1.1",
        "android.hardware.bluetooth.a2dp@1.0",
+2 −2
Original line number Diff line number Diff line
@@ -654,7 +654,7 @@ cc_test {
        android: {
            shared_libs: [
                "libbinder_ndk",
                "android.hardware.bluetooth.audio-V1-ndk",
                "android.hardware.bluetooth.audio-V2-ndk",
            ],
        },
    },
@@ -768,7 +768,7 @@ cc_test {
        android: {
            shared_libs: [
                "libbinder_ndk",
                "android.hardware.bluetooth.audio-V1-ndk",
                "android.hardware.bluetooth.audio-V2-ndk",
            ],
        },
    },
Loading