summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/unit/Android.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/unit/Android.mk b/tests/unit/Android.mk
index c7fca1f..5de3e01 100644
--- a/tests/unit/Android.mk
+++ b/tests/unit/Android.mk
@@ -6,7 +6,10 @@ LOCAL_MODULE_TAGS := tests
LOCAL_JAVA_LIBRARIES := android.test.runner
-LOCAL_STATIC_JAVA_LIBRARIES := android-support-test mockito-target
+LOCAL_STATIC_JAVA_LIBRARIES := \
+ android-support-test \
+ mockito-target \
+ legacy-android-test
# Include all test java files.
LOCAL_SRC_FILES := $(call all-java-files-under, src)