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

Commit 12c58554 authored by Lucas Lin's avatar Lucas Lin Committed by Automerger Merge Worker
Browse files

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

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ic8053aa8cee796baae56ede4c2aa5b1f96abb0bc
parents 522c7fd8 37eed68a
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -95,7 +95,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