diff options
| author | Steve Moyer <smoyer@google.com> | 2014-04-04 16:32:31 -0700 |
|---|---|---|
| committer | Qiwen Zhao <zhao@google.com> | 2014-06-04 09:59:22 -0700 |
| commit | e561dd484613737f0ee9289bab4be4361b3fab31 (patch) | |
| tree | be11cab1419e70204750b0288b151d81175e5005 /tools | |
| parent | 23a8adf276448f68efb049a2f2ef3409af59dd1c (diff) | |
DO NOT MERGE: fix package for AndroidJUnitRunner
Change-Id: I6b3fb006212f273d018121800d1d94e8a8d7404d
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/emulator/test-apps/SmokeTests/AndroidManifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/emulator/test-apps/SmokeTests/AndroidManifest.xml b/tools/emulator/test-apps/SmokeTests/AndroidManifest.xml index fae7d5954..7066ca66f 100644 --- a/tools/emulator/test-apps/SmokeTests/AndroidManifest.xml +++ b/tools/emulator/test-apps/SmokeTests/AndroidManifest.xml @@ -21,7 +21,7 @@ <uses-permission android:name="android.permission.READ_SMS" /> <uses-sdk android:minSdkVersion="4" /> <instrumentation android:targetPackage="com.android.emulator.smoketests" - android:name="android.support.test.runner.AndroidJUnitRunner" /> + android:name="com.android.test.runner.AndroidJUnitRunner" /> <application android:label="Emulator Smoke Tests"> </application> </manifest> |
