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

Commit 37eed68a authored by Lucas Lin's avatar Lucas Lin Committed by Automerger Merge Worker
Browse files

Merge "Add NetdStaticLibTestsLib into NetworkStack MTS" am: 56b4ad48

Original change: https://android-review.googlesource.com/c/platform/packages/modules/NetworkStack/+/1555096

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ia8b287693671f6859c872de7fbde1d3a6c2f2a13
parents d5b5d840 56b4ad48
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