Merge "Prepare for removal of junit and android.test classes from Android API (step 1)"
diff --git a/tests/Android.mk b/tests/Android.mk
index 61ee220..c91e793 100644
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -17,7 +17,10 @@
 include $(CLEAR_VARS)
 
 LOCAL_MODULE_TAGS := tests
-LOCAL_STATIC_JAVA_LIBRARIES := android-support-test ub-uiautomator
+LOCAL_STATIC_JAVA_LIBRARIES := \
+	android-support-test \
+	ub-uiautomator \
+	legacy-android-test
 
 LOCAL_SRC_FILES := $(call all-java-files-under, src)