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, 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)