Merge "Testables lib should not statically link mockito"

This commit is contained in:
Treehugger Robot
2017-12-21 15:27:23 +00:00
committed by Gerrit Code Review

View File

@@ -25,10 +25,9 @@ LOCAL_SRC_FILES := $(call all-java-files-under,src)
LOCAL_STATIC_JAVA_LIBRARIES := \
android-support-test \
mockito-target-minus-junit4 \
legacy-android-test
LOCAL_JAVA_LIBRARIES := android.test.runner
LOCAL_JAVA_LIBRARIES := android.test.runner mockito-target-minus-junit4
include $(BUILD_STATIC_JAVA_LIBRARY)