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

Commit b88fc67a authored by Rongxuan Liu's avatar Rongxuan Liu
Browse files

Update Bluetooth module for bluetooth.audio AIDL update

Tag: #feature
Bug: 266740545
Test: m android.hardware.bluetooth.audio-freeze-api &&
      m android.hardware.bluetooth.audio-update-api &&
      atest VtsHalBluetoothAudioTargetTest
Change-Id: Ieb910dfa6e4d6dbe12010a66638bc0d2e2f0d496
Merged-In: Ieb910dfa6e4d6dbe12010a66638bc0d2e2f0d496
parent aca1d986
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -196,7 +196,7 @@ android_app {
        "android.hardware.bluetooth@1.1",
        "android.hardware.bluetooth@1.1",
        "android.hardware.bluetooth.audio@2.0",
        "android.hardware.bluetooth.audio@2.0",
        "android.hardware.bluetooth.audio@2.1",
        "android.hardware.bluetooth.audio@2.1",
        "android.hardware.bluetooth.audio-V2-ndk",
        "android.hardware.bluetooth.audio-V3-ndk",
    ],
    ],
    apex_available: [
    apex_available: [
        "com.android.btservices",
        "com.android.btservices",
+1 −1
Original line number Original line Diff line number Diff line
@@ -32,7 +32,7 @@ cc_library_shared {
    ],
    ],
    header_libs: ["libhardware_headers"],
    header_libs: ["libhardware_headers"],
    shared_libs: [
    shared_libs: [
        "android.hardware.bluetooth.audio-V2-ndk",
        "android.hardware.bluetooth.audio-V3-ndk",
        "libbluetooth_audio_session_aidl",
        "libbluetooth_audio_session_aidl",
        "libaudioutils",
        "libaudioutils",
        "libbase",
        "libbase",
+2 −2
Original line number Original line Diff line number Diff line
@@ -34,7 +34,7 @@ cc_library_static {
            shared_libs: [
            shared_libs: [
                "libfmq",
                "libfmq",
                "libbinder_ndk",
                "libbinder_ndk",
                "android.hardware.bluetooth.audio-V2-ndk",
                "android.hardware.bluetooth.audio-V3-ndk",
            ],
            ],
            srcs: [
            srcs: [
                "aidl/a2dp_encoding_aidl.cc",
                "aidl/a2dp_encoding_aidl.cc",
@@ -88,7 +88,7 @@ cc_test {
    shared_libs: [
    shared_libs: [
        "android.hardware.bluetooth.audio@2.0",
        "android.hardware.bluetooth.audio@2.0",
        "android.hardware.bluetooth.audio@2.1",
        "android.hardware.bluetooth.audio@2.1",
        "android.hardware.bluetooth.audio-V2-ndk",
        "android.hardware.bluetooth.audio-V3-ndk",
        "libbinder_ndk",
        "libbinder_ndk",
        "libcutils",
        "libcutils",
        "libfmq",
        "libfmq",
+1 −1
Original line number Original line Diff line number Diff line
@@ -37,7 +37,7 @@ cc_defaults {
        "libstatslog",
        "libstatslog",
        "libbinder_ndk",
        "libbinder_ndk",
        "libstatssocket",
        "libstatssocket",
        "android.hardware.bluetooth.audio-V2-ndk",
        "android.hardware.bluetooth.audio-V3-ndk",
        "android.hardware.bluetooth@1.0",
        "android.hardware.bluetooth@1.0",
        "android.hardware.bluetooth@1.1",
        "android.hardware.bluetooth@1.1",
        "android.hardware.bluetooth.a2dp@1.0",
        "android.hardware.bluetooth.a2dp@1.0",
+2 −2
Original line number Original line Diff line number Diff line
@@ -691,7 +691,7 @@ cc_test {
        android: {
        android: {
            shared_libs: [
            shared_libs: [
                "libbinder_ndk",
                "libbinder_ndk",
                "android.hardware.bluetooth.audio-V2-ndk",
                "android.hardware.bluetooth.audio-V3-ndk",
            ],
            ],
        },
        },
    },
    },
@@ -813,7 +813,7 @@ cc_test {
        android: {
        android: {
            shared_libs: [
            shared_libs: [
                "libbinder_ndk",
                "libbinder_ndk",
                "android.hardware.bluetooth.audio-V2-ndk",
                "android.hardware.bluetooth.audio-V3-ndk",
            ],
            ],
        },
        },
    },
    },
Loading