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

Commit 9584f896 authored by lucaslin's avatar lucaslin
Browse files

Add NetdStaticLibTestsLib into NetworkStack MTS

Add NetdStaticLibTestsLib into NetworkStack MTS, so that the
tests under client-libs can also be run when running NetworkStack
MTS.

Bug: 170598012
Test: atest NetworkStackCoverageTests
Change-Id: I92bd84817126d345cace0d3ab63b105de485adc8
parent c240b247
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -94,7 +94,10 @@ android_library {
    platform_apis: true,
    min_sdk_version: "29",
    jarjar_rules: ":NetworkStackJarJarRules",
    static_libs: ["NetworkStaticLibTestsLib"],
    static_libs: [
        "NetworkStaticLibTestsLib",
        "NetdStaticLibTestsLib",
    ],
}

// Special version of the network stack tests that includes all tests necessary for code coverage