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

Commit 0a6f66e9 authored by Philip P. Moltmann's avatar Philip P. Moltmann Committed by android-build-merger
Browse files

Merge "Testables lib should not statically link mockito" am: 47d04fc5

am: b42cd234

Change-Id: I7d7096cf24234925256895c3527f44e72cf07493
parents c65e740f b42cd234
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -25,10 +25,9 @@ LOCAL_SRC_FILES := $(call all-java-files-under,src)

LOCAL_STATIC_JAVA_LIBRARIES := \
    android-support-test \
    mockito-target-minus-junit4 \
    legacy-android-test

LOCAL_JAVA_LIBRARIES := android.test.runner
LOCAL_JAVA_LIBRARIES := android.test.runner mockito-target-minus-junit4

include $(BUILD_STATIC_JAVA_LIBRARY)