summaryrefslogtreecommitdiffstats
path: root/TestCommon/Android.mk
diff options
context:
space:
mode:
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)