summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2017-03-07 12:15:00 +0000
committerPaul Duffin <paulduffin@google.com>2017-03-07 12:28:51 +0000
commit8032648726b8f7cd5acf46c608a18a9c5050b616 (patch)
treedac5229ddcb67ed6196e042cf4d95c9a6add0c76 /tests
parent9f014f67b12d743f372d872eb82b1d92301877d4 (diff)
downloadandroid_packages_providers_DownloadProvider-8032648726b8f7cd5acf46c608a18a9c5050b616.tar.gz
android_packages_providers_DownloadProvider-8032648726b8f7cd5acf46c608a18a9c5050b616.tar.bz2
android_packages_providers_DownloadProvider-8032648726b8f7cd5acf46c608a18a9c5050b616.zip
Remove unnecessary direct dependency on dexmaker
The mockito-target library already statically includes dexmaker so the direct dependency is unnecessary and could make the upgrade of mockito more difficult. This is part of the cleanup work prior to upgrading mockito. I ran the tests before and after the change and in both cases got 2 failures and between 4-6 errors; at least some of the errors are flaky as the exact number changed from one run to the next. Bug: 32912773 Test: clean make of DownloadProviderTests, verify still includes dexmaker classes Change-Id: I8133d0869a2b0ff7a9ffc19daff61ed1bbc6a7f6
Diffstat (limited to 'tests')
-rw-r--r--tests/Android.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Android.mk b/tests/Android.mk
index dc3cbbad..6e015c0a 100644
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -10,7 +10,6 @@ LOCAL_INSTRUMENTATION_FOR := DownloadProvider
LOCAL_JAVA_LIBRARIES := android.test.runner
LOCAL_STATIC_JAVA_LIBRARIES := \
mockwebserver \
- dexmaker \
mockito-target \
legacy-android-test
LOCAL_PACKAGE_NAME := DownloadProviderTests