aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2017-06-14 14:45:17 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-06-14 14:45:17 +0000
commit0cf794c98bc72f695cfd3ba93f97d54745670582 (patch)
treef167ff319e139f5e64ba0e1fafde146304820f66
parent441c8b85a6612d4458f309073465a3ca0df1cae3 (diff)
parenteaa925147a2b2c5696084a1a6d154b95a6d99d9b (diff)
downloadMessaging-0cf794c98bc72f695cfd3ba93f97d54745670582.tar.gz
Fix dependencies of packages that target earlier releases am: 7b2c6ed6a5 am: 37f70d2951 am: 3fb6abb421
am: eaa925147a Change-Id: If3fca43c17da75f1464640a721ffd61d375506b5
-rw-r--r--tests/Android.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/Android.mk b/tests/Android.mk
index a8c13cd..a137a92 100644
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -30,8 +30,9 @@ LOCAL_SDK_VERSION := current
LOCAL_CERTIFICATE := platform
LOCAL_STATIC_JAVA_LIBRARIES := \
- mockito-target \
- legacy-android-test
+ mockito-target
+
+LOCAL_JAVA_LIBRARIES := android.test.mock.sdk legacy-android-test
include $(BUILD_PACKAGE)