summaryrefslogtreecommitdiffstats
path: root/TestCommon/Android.mk
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2013-10-28 11:05:43 -0700
committerYorke Lee <yorkelee@google.com>2013-11-05 14:06:06 -0800
commit5ade0bb1757b216ace2f50d2357409bf9876a07a (patch)
tree9e215d8283340d536a64cf3e4f421d063c0cff3f /TestCommon/Android.mk
parent4315d80b53b324c7f74b994e8c579101ae3577c1 (diff)
downloadandroid_packages_apps_ContactsCommon-5ade0bb1757b216ace2f50d2357409bf9876a07a.tar.gz
android_packages_apps_ContactsCommon-5ade0bb1757b216ace2f50d2357409bf9876a07a.tar.bz2
android_packages_apps_ContactsCommon-5ade0bb1757b216ace2f50d2357409bf9876a07a.zip
Move ContactLoader related code to ContactsCommon
This CL simply moves classes from Contacts into ContactsCommon. This is needed so that Dialer can use ContactLoader related code for b/11294679. A ContactLoader will also be needed in the future to allow InCallUI to download hi-res photos while in call. Bug: 11294679 Change-Id: If56a60aed2003ac7b8fcedac7ce4f1a7503bce94
Diffstat (limited to 'TestCommon/Android.mk')
-rw-r--r--TestCommon/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/TestCommon/Android.mk b/TestCommon/Android.mk
index 1f7f3611..c24a25b7 100644
--- a/TestCommon/Android.mk
+++ b/TestCommon/Android.mk
@@ -24,5 +24,7 @@ LOCAL_SRC_FILES := $(call all-java-files-under, src)
# when running the unit tests.
LOCAL_JAVA_LIBRARIES := guava android.test.runner
+LOCAL_INSTRUMENTATION_FOR := com.android.contacts.common
+
LOCAL_MODULE := com.android.contacts.common.test
include $(BUILD_STATIC_JAVA_LIBRARY)