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

Commit 5d4211ba authored by Guang Zhu's avatar Guang Zhu
Browse files

Don't statically include mockito-target

all modules using this library are already including it

Bug: 31072145
Test: make checkbuild
Change-Id: I27a39aff558fce7e4cf01efd5942f694f4824f0c
parent 7c49dc57
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES := \
    $(call all-java-files-under, src)

LOCAL_STATIC_JAVA_LIBRARIES := \
LOCAL_JAVA_LIBRARIES := \
    mockito-target

LOCAL_MODULE_TAGS := optional