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

Commit 38c585b6 authored by Omer Osman's avatar Omer Osman Committed by Automerger Merge Worker
Browse files

Merge "Update BT Stack to use BT Audio HAL V2" into tm-dev am: 9d1aed04

parents 3303abb5 9d1aed04
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -152,7 +152,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
@@ -657,7 +657,7 @@ cc_test {
        android: {
            shared_libs: [
                "libbinder_ndk",
                "android.hardware.bluetooth.audio-V1-ndk",
                "android.hardware.bluetooth.audio-V2-ndk",
            ],
        },
    },
@@ -773,7 +773,7 @@ cc_test {
        android: {
            shared_libs: [
                "libbinder_ndk",
                "android.hardware.bluetooth.audio-V1-ndk",
                "android.hardware.bluetooth.audio-V2-ndk",
            ],
        },
    },
Loading