From 19efdd84dc498fd2c52765451f0e1e0abf33aa4e Mon Sep 17 00:00:00 2001 From: Maurice Lam Date: Wed, 6 Sep 2017 14:59:09 -0700 Subject: Remove dependency on platform-system-robolectric Dependency on platform-system-robolectric is not needed when mockito is not necessary. If mockito is needed, add a static dependency on mockito-robolectric-prebuilt. Test: cd tests/robotests && mma Bug: 38456058 Change-Id: I6fa83e1f4cea55845dbb3369eda4065d93e85d35 --- tests/robotests/Android.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/robotests/Android.mk b/tests/robotests/Android.mk index 2ebc12f..6ec2e93 100644 --- a/tests/robotests/Android.mk +++ b/tests/robotests/Android.mk @@ -8,7 +8,6 @@ LOCAL_SRC_FILES := $(call all-java-files-under, src) # Include the testing libraries (JUnit4 + Robolectric libs). LOCAL_STATIC_JAVA_LIBRARIES := \ - platform-system-robolectric \ truth-prebuilt LOCAL_JAVA_LIBRARIES := \ -- cgit v1.2.3