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

Commit 18f9c6c4 authored by Andreas Gampe's avatar Andreas Gampe
Browse files

WmTests: Declare dependency on android.test.runner

Some included runners require InstrumentationTestRunner.

Bug: 130680590
Test: atest WmTests
Change-Id: I7e660358d19199318ac8c7a3d6a22f87a25659d0
parent bd1e8596
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -42,6 +42,7 @@
                 android:testOnly="true"
                 android:testOnly="true"
                 android:largeHeap="true">
                 android:largeHeap="true">
        <uses-library android:name="android.test.mock" android:required="true" />
        <uses-library android:name="android.test.mock" android:required="true" />
        <uses-library android:name="android.test.runner" />


        <activity android:name="com.android.server.wm.TaskStackChangedListenerTest$ActivityA" />
        <activity android:name="com.android.server.wm.TaskStackChangedListenerTest$ActivityA" />
        <activity android:name="com.android.server.wm.TaskStackChangedListenerTest$ActivityB" />
        <activity android:name="com.android.server.wm.TaskStackChangedListenerTest$ActivityB" />