Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 19efdd84 authored by Maurice Lam's avatar Maurice Lam
Browse files

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
parent 7d9f2765
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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 := \