summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Attwell <brianattwell@google.com>2015-04-03 00:30:02 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-04-03 00:30:04 +0000
commitea5f3080cba0cae280345f4ca4f23d3284f8047b (patch)
tree140067cd19440ff4c51069d93f19025c5df5c6fc
parent0d27e1d231226e6ca5e7ed51225f7886598b05b0 (diff)
parent4639045dd894b017e1fb767990b02b1bf0c53143 (diff)
Merge "Stop using static common test lib. Fix Jack build"
-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