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

Commit 00fd0470 authored by Myles Watson's avatar Myles Watson Committed by Automerger Merge Worker
Browse files

Merge "BluetoothAudio: Statically link HAL dependencies" into main am:...

Merge "BluetoothAudio: Statically link HAL dependencies" into main am: e023a395 am: 1e0b2ebe am: 86a42ced am: e080dca0 am: c96a6fe1

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2654741



Change-Id: I0f2ce03bb6f7b7907f9c8338db72e86308be5334
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 2a43d699 c96a6fe1
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -15,11 +15,14 @@ cc_test {
    ],
    tidy_timeout_srcs: ["VtsHalBluetoothAudioTargetTest.cpp"],
    srcs: ["VtsHalBluetoothAudioTargetTest.cpp"],
    shared_libs: [
    static_libs: [
        "android.hardware.audio.common-V1-ndk",
        "android.hardware.bluetooth.audio-V3-ndk",
        "android.hardware.common-V2-ndk",
        "android.hardware.common.fmq-V1-ndk",
        "android.media.audio.common.types-V2-ndk",
    ],
    shared_libs: [
        "libbase",
        "libbinder_ndk",
        "libcutils",