Merge "Use a.t.mock.stubs instead of a.t.mock.sdk"
This commit is contained in:
commit
87c6fcf126
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue