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

am: 13c0cbe2c6

Change-Id: I41c4cf94c3aba9c259a55d2fc3a6b207069944ee
This commit is contained in:
Paul Duffin
2017-12-13 01:11:53 +00:00
committed by android-build-merger

View File

@@ -32,7 +32,7 @@ LOCAL_CERTIFICATE := platform
LOCAL_STATIC_JAVA_LIBRARIES := \ LOCAL_STATIC_JAVA_LIBRARIES := \
mockito-target mockito-target
LOCAL_JAVA_LIBRARIES := android.test.mock.sdk legacy-android-test LOCAL_JAVA_LIBRARIES := android.test.mock.stubs legacy-android-test
include $(BUILD_PACKAGE) include $(BUILD_PACKAGE)