Merge "Prepare for removal of junit and android.test classes from Android API (step 1)"

This commit is contained in:
Paul Duffin
2017-05-03 13:39:31 +00:00
committed by Gerrit Code Review
+4 -1
View File
@@ -17,7 +17,10 @@ LOCAL_PATH := $(call my-dir)
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)