Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 090ce68c authored by Paul Duffin's avatar Paul Duffin Committed by android-build-merger
Browse files

Merge "Prepare for removal of junit and android.test classes from Android API...

Merge "Prepare for removal of junit and android.test classes from Android API (step 1)" am: a80a70f2 am: 810eb447
am: 3db794ba

Change-Id: Ide6df9e4caade943922035b17a65bd8f73d9acd9
parents 1e92b1fd 3db794ba
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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)