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

Commit 4a208ae1 authored by Paul Hu's avatar Paul Hu Committed by Gerrit Code Review
Browse files

Merge "Move more network unit tests to common tests"

parents 11ad605e f5fcf199
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@ java_defaults {
    static_libs: [
        "FrameworksNetCommonTests",
        "frameworks-base-testutils",
        "frameworks-net-testutils",
        "framework-protos",
        "androidx.test.rules",
        "mockito-target-minus-junit4",
+1 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@ java_library {
    srcs: ["java/**/*.java"],
    static_libs: [
        "androidx.test.rules",
        "frameworks-net-testutils",
        "junit",
    ],
    libs: [
Loading