summaryrefslogtreecommitdiffstats
path: root/TestCommon/Android.mk
diff options
context:
space:
mode:
authorChiao Cheng <chiaocheng@google.com>2012-10-31 11:08:25 -0700
committerChiao Cheng <chiaocheng@google.com>2012-10-31 11:08:25 -0700
commit2fe1a8f66f98c6b1b17681b64dbbafde1ab5e07d (patch)
treee721eb64051321705b25e539ca8439f5e41f4195 /TestCommon/Android.mk
parentcf2644a893c3dcb5eecbb55f518ff00f202702f9 (diff)
downloadandroid_packages_apps_ContactsCommon-2fe1a8f66f98c6b1b17681b64dbbafde1ab5e07d.tar.gz
android_packages_apps_ContactsCommon-2fe1a8f66f98c6b1b17681b64dbbafde1ab5e07d.tar.bz2
android_packages_apps_ContactsCommon-2fe1a8f66f98c6b1b17681b64dbbafde1ab5e07d.zip
Moving common test code to be shared by Dialer and Contacts.
Bug: 6993891 Change-Id: Id45480f4c4c1eb8726f701c5fed481f21ed134a0
Diffstat (limited to 'TestCommon/Android.mk')
-rw-r--r--TestCommon/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/TestCommon/Android.mk b/TestCommon/Android.mk
index 77853421..1f7f3611 100644
--- a/TestCommon/Android.mk
+++ b/TestCommon/Android.mk
@@ -22,7 +22,7 @@ LOCAL_SRC_FILES := $(call all-java-files-under, src)
# vm as the packages to be tested. Otherwise you will get error
# "Class ref in pre-verified class resolved to unexpected implementation"
# when running the unit tests.
-LOCAL_JAVA_LIBRARIES := guava
+LOCAL_JAVA_LIBRARIES := guava android.test.runner
LOCAL_MODULE := com.android.contacts.common.test
include $(BUILD_STATIC_JAVA_LIBRARY)