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

Commit b41fbbdb authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

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

Merge "BluetoothAudio: Statically link HAL dependencies" into stage-aosp-udc-ts-dev am: e6da8fb7 am: 99e5913e am: d8e7fa4e

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



Change-Id: I192b91378f6aed60e771d34c8a762e3e06595335
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 09681ab0 d8e7fa4e
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",