am 0e89b19a: Add instrumentation definition for ContactsLaunchPerformance.

Merge commit '0e89b19a687651da3e400c0eca5ac8692c3d986b' into eclair-mr2

* commit '0e89b19a687651da3e400c0eca5ac8692c3d986b':
  Add instrumentation definition for ContactsLaunchPerformance.
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>