WmTests: Declare dependency on android.test.runner

Some included runners require InstrumentationTestRunner.

Bug: 130680590
Test: atest WmTests
Change-Id: I7e660358d19199318ac8c7a3d6a22f87a25659d0
This commit is contained in:
Andreas Gampe
2019-04-17 13:43:03 -07:00
parent bd1e8596d5
commit 18f9c6c411

View File

@@ -42,6 +42,7 @@
android:testOnly="true"
android:largeHeap="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$ActivityB" />