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

am: a80a70f2f8

Change-Id: Ie19328205f8a649f8dce9cdc1cb73a0be212aa41
This commit is contained in:
Paul Duffin
2017-05-03 13:46:04 +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)