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

Commit 16f5eead authored by Myles Watson's avatar Myles Watson
Browse files

bluetooth_audio_hal_version_test: Use static audio

Don't depend on shared libraries for audio.

Bug: 325018304
Test: mma -j32
Flag: EXEMPT, build-only change
Change-Id: I1000d8662cbd5191529265c33cf1a34b4d5f8ca8
parent 81632c94
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -611,12 +611,11 @@ cc_test {
        "mts_defaults",
    ],
    shared_libs: [
        "android.hardware.bluetooth.audio@2.0",
        "android.hardware.bluetooth.audio@2.1",
        "libbase",
        "libbinder",
        "libbinder_ndk",
        "libchrome",
        "libcutils",
        "libhidlbase",
        "liblog",
        "libutils",
@@ -624,15 +623,15 @@ cc_test {
    include_dirs: ["packages/modules/Bluetooth/system"],
    srcs: ["common/hal_version_manager_test.cc"],
    static_libs: [
        "android.hardware.bluetooth@1.0",
        "android.hardware.bluetooth@1.1",
        "android.hardware.audio.common@5.0",
        "android.hardware.bluetooth.audio@2.0",
        "android.hardware.bluetooth.audio@2.1",
        "android.hardware.common-V2-ndk",
        "android.hardware.common.fmq-V1-ndk",
        "bluetooth_flags_c_lib",
        "libbt-audio-hal-interface",
        "libflagtest",
    ],
    header_libs: ["libbluetooth_headers"],
    test_suites: ["general-tests"],
    cflags: [
        "-Wall",