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

Commit 292ac584 authored by Kevin Rocard's avatar Kevin Rocard Committed by android-build-merger
Browse files

Audio VTS: Change test utility from dyn to static lib

am: 07183337

Change-Id: Iecf775a77cfb75f08f532e4d65db670ddabfea49
parents 6ab13cb2 07183337
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -29,9 +29,11 @@ cc_test {
        "libxml2",
        "android.hardware.audio@2.0",
        "android.hardware.audio.common@2.0",
    ],
    static_libs: [
        "VtsHalHidlTargetTestBase",
        "android.hardware.audio.common.test.utility",
    ],
    static_libs: ["VtsHalHidlTargetTestBase"],
    cflags: [
        "-O0",
        "-g",
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
// limitations under the License.
//

cc_library_shared {
cc_library_static {
    name: "android.hardware.audio.common.test.utility",
    defaults : ["hidl_defaults"],
    srcs: ["src/ValidateXml.cpp"],