Skip to content
Snippets Groups Projects
Commit 11ef9761 authored by Paul Duffin's avatar Paul Duffin
Browse files

Use junit-host instead of junit

Bug: 30188076
Test: make checkbuild
Change-Id: Ib42d9a3d81b13cc75ce7fe19f9e28832b9f3177f
parent 45899d05
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ LOCAL_JAVACFLAGS += -g -Xlint
LOCAL_MODULE := loganalysis
LOCAL_MODULE_TAGS := optional
LOCAL_STATIC_JAVA_LIBRARIES := guava-18.0-prebuilt json-prebuilt junit
LOCAL_STATIC_JAVA_LIBRARIES := guava-18.0-prebuilt json-prebuilt junit-host
include $(BUILD_HOST_JAVA_LIBRARY)
......
......@@ -23,7 +23,7 @@ LOCAL_JAVACFLAGS += -g -Xlint
LOCAL_MODULE := loganalysis-tests
LOCAL_MODULE_TAGS := optional
LOCAL_STATIC_JAVA_LIBRARIES := easymock junit
LOCAL_STATIC_JAVA_LIBRARIES := easymock junit-host
LOCAL_JAVA_LIBRARIES := loganalysis
include $(BUILD_HOST_JAVA_LIBRARY)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment