summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBrian Attwell <brianattwell@google.com>2015-04-01 16:42:33 -0700
committerBrian Attwell <brianattwell@google.com>2015-04-01 16:42:33 -0700
commit4639045dd894b017e1fb767990b02b1bf0c53143 (patch)
tree4cbfef03385e49772b5db1703ccff67d77ea0c29 /tests
parent81c3829f8a9377cb2e93c1fa6d223d223b78f371 (diff)
downloadandroid_packages_apps_Dialer-4639045dd894b017e1fb767990b02b1bf0c53143.tar.gz
android_packages_apps_Dialer-4639045dd894b017e1fb767990b02b1bf0c53143.tar.bz2
android_packages_apps_Dialer-4639045dd894b017e1fb767990b02b1bf0c53143.zip
Stop using static common test lib. Fix Jack build
This is an exact copy of ag/655143. Bug: 19667686 Change-Id: I36d5e3e91b0e58e0fc4ecb4a3068c994f9b90111
Diffstat (limited to 'tests')
-rw-r--r--tests/Android.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/Android.mk b/tests/Android.mk
index d440f6a6d..30c6286c6 100644
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -10,7 +10,11 @@ LOCAL_JAVA_LIBRARIES := android.test.runner
# Include all test java files.
LOCAL_SRC_FILES := $(call all-java-files-under, src)
-LOCAL_STATIC_JAVA_LIBRARIES += com.android.contacts.common.test
+src_dirs := src \
+ ../../ContactsCommon/TestCommon/src
+
+# Include all test java files.
+LOCAL_SRC_FILES := $(call all-java-files-under, $(src_dirs))
LOCAL_PACKAGE_NAME := DialerTests