Merge "Use a.t.mock.stubs instead of a.t.mock.sdk"

main
Colin Cross 2017-12-12 23:26:41 +00:00 committed by Gerrit Code Review
commit 87c6fcf126
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ LOCAL_STATIC_JAVA_LIBRARIES := \
android-support-test \
mockito-target-minus-junit4
LOCAL_JAVA_LIBRARIES := android.test.mock.sdk legacy-android-test
LOCAL_JAVA_LIBRARIES := android.test.mock.stubs legacy-android-test
# Include all test java files.
LOCAL_SRC_FILES := $(call all-java-files-under, src)