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

Commit df6b2f69 authored by Ian Kasprzak's avatar Ian Kasprzak
Browse files

Remove android-support-test lib from testutils.

Fixed dependencies as needed.

Fixes apct/net/networking_framework_unit_test broken
in aosp/919393.

Test: m tests, checkbuild and Forrest (via gerritt) testing
Bug: 127910239

Change-Id: Ida0ca8012ede9227d204935b11002ddfa2f134ff
Merged-In: Ia825e0926b46855f9056739441cb21a065692076
(Manual partial cherry-pick of ec6bcbce)
parent bee0cbe5
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",