aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2017-11-16 12:57:31 +0000
committerPaul Duffin <paulduffin@google.com>2017-11-16 12:57:31 +0000
commit097130d1986b8a921c79b064991090e48173e5b9 (patch)
treec92eea73ebaa9bc399076ddefc538db0edbc26f0 /tests
parent031c250ed2a95e5d206f9c73435793de9bd09f1c (diff)
downloadlatinime-097130d1986b8a921c79b064991090e48173e5b9.tar.gz
latinime-097130d1986b8a921c79b064991090e48173e5b9.tar.xz
latinime-097130d1986b8a921c79b064991090e48173e5b9.zip
Use a.t.mock.stubs instead of a.t.mock.sdk
Remove dependencies on android.test.mock.sdk as it is a duplicate of android.test.mock.stubs and will be removed. The following change descriptions were generated automatically and so may be a little repetitive. They are provided to give the reviewer enough information to check the comments match what has actually been changed and check the reasoning behind the changes. * tests/Android.mk Replaced 'android.test.mock.sdk' with 'android.test.mock.stubs' in LOCAL_JAVA_LIBRARIES because android.test.mock.sdk has been deprecated. Bug: 30188076 Test: make checkbuild Change-Id: I50a306c3bb80a9d7cdf2d19744734f304abf3bd1
Diffstat (limited to 'tests')
-rw-r--r--tests/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Android.mk b/tests/Android.mk
index 998c1dee2..5c2c2c76e 100644
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -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)