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

Commit 5151513a 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: 83f0d8dc
am: 341a052c

Change-Id: I32b078a3fbb028bf9f925be3613287ba2bbd9a0d
parents 84e782d4 341a052c
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -24,7 +24,10 @@ LOCAL_AAPT_FLAGS += -0 .dict
# Do not compress test data file
LOCAL_AAPT_FLAGS += -0 .txt

LOCAL_STATIC_JAVA_LIBRARIES := android-support-test mockito-target
LOCAL_STATIC_JAVA_LIBRARIES := \
    android-support-test \
    mockito-target \
    legacy-android-test

# Include all test java files.
LOCAL_SRC_FILES := $(call all-java-files-under, src)