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

am: 87c6fcf126

Change-Id: Iaf8222d9bde062ebd6a75a610961b518a2fd65ca
main
Colin Cross 2017-12-13 01:12:43 +00:00 committed by android-build-merger
commit 88f12fdcce
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)