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

Commit 140b74e2 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix library dependencies for VtsHalAudio tests" into sc-dev am: 683e49ba

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I20922a3b83271fe1d94258441d11ddf39c336f9d
parents fe30774d 683e49ba
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -19,13 +19,13 @@ cc_defaults {
    defaults: ["VtsHalTargetTestDefaults"],
    static_libs: [
        "android.hardware.audio.common.test.utility",
        "libxml2",
    ],
    shared_libs: [
        "audioclient-types-aidl-cpp",
        "libaudioclient_aidl_conversion",
    ],
    shared_libs: [
        "libbinder",
        "libfmq",
        "libxml2",
    ],
    header_libs: [
        "android.hardware.audio.common.util@all-versions",