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

Commit bc18cc9b authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Remove android-support-test lib from testutils."

parents 118354f7 df6b2f69
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@ android_test {
        "services.usage",
        "guava",
        "androidx.test.rules",
        "hamcrest-library",
        "mockito-target-minus-junit4",
        "platform-test-annotations",
        "ShortcutManagerTestUtils",
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ java_library {

    srcs: ["java/**/*.java"],

    static_libs: ["android-support-test"],
    static_libs: ["junit"],

    libs: [
        "android.test.runner",