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

Commit 7668894c authored by Paul Hu's avatar Paul Hu Committed by android-build-merger
Browse files

Merge "Move more network unit tests to common tests"

am: 4a208ae1

Change-Id: Id130368cd87ed262ef8eb926adf7b80fc3d7c2e3
parents 9adc8331 4a208ae1
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