Skip to content
Snippets Groups Projects
Commit 28f867d7 authored by Paul Duffin's avatar Paul Duffin Committed by Android (Google) Code Review
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)" into oc-dev-plus-aosp
parents 4d3b0f11 381c38a1
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,10 @@ LOCAL_AAPT_FLAGS += -0 .dict ...@@ -24,7 +24,10 @@ LOCAL_AAPT_FLAGS += -0 .dict
# Do not compress test data file # Do not compress test data file
LOCAL_AAPT_FLAGS += -0 .txt LOCAL_AAPT_FLAGS += -0 .txt
LOCAL_STATIC_JAVA_LIBRARIES := android-support-test mockito-target-minus-junit4 LOCAL_STATIC_JAVA_LIBRARIES := \
android-support-test \
mockito-target-minus-junit4 \
legacy-android-test
# Include all test java files. # Include all test java files.
LOCAL_SRC_FILES := $(call all-java-files-under, src) LOCAL_SRC_FILES := $(call all-java-files-under, src)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment