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

Commit a80a70f2 authored by Paul Duffin's avatar Paul Duffin Committed by Gerrit Code Review
Browse files

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

parents ad72bf8b 03e6972b
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)