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

Commit 600f85e6 authored by Myles Watson's avatar Myles Watson Committed by Automerger Merge Worker
Browse files

BluetoothAudio: Statically link HAL dependencies am: 58d8a574 am: f06f487b

parents d7ec02fb f06f487b
Loading
Loading
Loading
Loading
+4 −2
Original line number Original line Diff line number Diff line
@@ -15,17 +15,19 @@ cc_test {
    ],
    ],
    tidy_timeout_srcs: ["VtsHalBluetoothAudioTargetTest.cpp"],
    tidy_timeout_srcs: ["VtsHalBluetoothAudioTargetTest.cpp"],
    srcs: ["VtsHalBluetoothAudioTargetTest.cpp"],
    srcs: ["VtsHalBluetoothAudioTargetTest.cpp"],
    shared_libs: [
    static_libs: [
        "android.hardware.audio.common-V1-ndk",
        "android.hardware.audio.common-V1-ndk",
        "android.hardware.bluetooth.audio-V2-ndk",
        "android.hardware.bluetooth.audio-V2-ndk",
        "android.hardware.common-V2-ndk",
        "android.hardware.common-V2-ndk",
        "android.hardware.common.fmq-V1-ndk",
        "android.hardware.common.fmq-V1-ndk",
        "android.media.audio.common.types-V1-ndk",
    ],
    shared_libs: [
        "libbase",
        "libbase",
        "libbinder_ndk",
        "libbinder_ndk",
        "libcutils",
        "libcutils",
        "libfmq",
        "libfmq",
    ],
    ],
    test_config: "VtsHalBluetoothAudioTargetTest.xml",
    test_suites: [
    test_suites: [
        "general-tests",
        "general-tests",
        "vts",
        "vts",