Add instrumentation definition for ContactsLaunchPerformance.
Change-Id: I5f0d8ddf59184d8b80a18d46ba246d5437f4e0d2
diff --git a/tests/AndroidManifest.xml b/tests/AndroidManifest.xml
index 7f845f9..593d6cc 100644
--- a/tests/AndroidManifest.xml
+++ b/tests/AndroidManifest.xml
@@ -26,5 +26,11 @@
android:targetPackage="com.android.contacts"
android:label="Contacts app tests">
</instrumentation>
+
+ <instrumentation android:name="com.android.contacts.ContactsLaunchPerformance"
+ android:targetPackage="com.android.contacts"
+ android:label="Contacts launch performance">
+ </instrumentation>
+
</manifest>