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

main
Paul Duffin 2017-05-08 19:54:37 +00:00 committed by Gerrit Code Review
commit 83f0d8dc18
1 changed files with 4 additions and 1 deletions

View File

@ -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)