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

Commit a9b6e41e authored by Kevin Rocard's avatar Kevin Rocard
Browse files

Audio VTS: Change test utility from dyn to static lib



Bug: 63801053

In order to avoid having to instruct vts-tradefed to push the test
utility library on the target before runing the audio VTS,
duplicating the makefile declaration,
make the library static.

This patch is a fix of the automatic merge. The upstream branch had less
project using the utility lib.

Test: make vts
Test: vts-tradefed run commandAndExit vts --module VtsHalAudioV2_0Target
Change-Id: I7a98b2aaf0e0f6f91a92b7f01df1c630540ad697
Merged-In: I7a98b2aaf0e0f6f91a92b7f01df1c630540ad697
(cherry picked from commit 921d12ea)
Signed-off-by: default avatarKevin Rocard <krocard@google.com>
parent b7ca25ca
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -29,12 +29,14 @@ cc_test {
        "libutils",
        "libxml2",
        "android.hardware.audio.common@2.0",
        "android.hardware.audio.common.test.utility",
        "android.hardware.audio.effect@2.0",
        "android.hidl.allocator@1.0",
        "android.hidl.memory@1.0",
    ],
    static_libs: ["VtsHalHidlTargetTestBase"],
    static_libs: [
        "VtsHalHidlTargetTestBase",
        "android.hardware.audio.common.test.utility",
    ],
    cflags: [
        "-O0",
        "-g",