Merge "Prepare for removal of junit and android.test classes from Android API (step 1)" am: a80a70f2f8 am: 810eb447e9

am: 3db794bafd

Change-Id: Ide6df9e4caade943922035b17a65bd8f73d9acd9
This commit is contained in:
Paul Duffin
2017-05-03 13:52:03 +00:00
committed by android-build-merger
+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)