summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2019-02-12 16:22:33 +0000
committerPaul Duffin <paulduffin@google.com>2019-02-14 12:58:45 +0000
commitdb3ac3ba63071fdf323e20b28e848f38df54ae08 (patch)
treeb851cf4a687524091eb9662264f2dd09be49c912
parent758ecca7ef1cdd7ef02bad1e6edd70f3621e8ddc (diff)
downloadims-db3ac3ba63071fdf323e20b28e848f38df54ae08.tar.gz
Remove unnecessary dependency on legacy-android-test
The compile time dependencies needed by PresencePollingTests are provided by the android.test.runner and android.test.base targets and the runtime dependencies are provided by the android.test.base which is on the bootclasspath and the android.test.runner library specified in the AndroidManifest.xml. Bug: 63127064 Test: make checkbuild and checked manifest manually Change-Id: Ibfbe4b4afb895b71176619f95f2a241984c7f232 Merged-In: I967af72c40498057b8c8865f4493065842e51df4
-rw-r--r--rcs/presencepolling/tests/Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/rcs/presencepolling/tests/Android.mk b/rcs/presencepolling/tests/Android.mk
index 06486c8..b2825f3 100644
--- a/rcs/presencepolling/tests/Android.mk
+++ b/rcs/presencepolling/tests/Android.mk
@@ -20,12 +20,12 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES := $(call all-java-files-under, src)
LOCAL_JAVA_LIBRARIES := mockito-target \
+ android.test.base \
android.test.runner
LOCAL_STATIC_JAVA_LIBRARIES := \
android-support-test \
- mockito-target-minus-junit4 \
- legacy-android-test
+ mockito-target-minus-junit4
LOCAL_PACKAGE_NAME := PresencePollingTests
LOCAL_PRIVATE_PLATFORM_APIS := true