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

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

Merge "bluetooth_audio_hal_version_test: Use static audio" into main am: 7c836407 am: a5952748

parents 19ab0409 a5952748
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",