Skip to content

Commit f171d02

Browse files
committed
Use junit-host instead of junit
Bug: 30188076 Test: make checkbuild Change-Id: I81cbfc9d380576442d8877b61a25c4dc5ac62205
1 parent d405a14 commit f171d02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/hosttestlib/Android.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ LOCAL_SRC_FILES := $(call all-java-files-under, src)
2121

2222
LOCAL_MODULE := hosttestlib
2323

24-
LOCAL_JAVA_LIBRARIES := ddmlib-prebuilt junit
24+
LOCAL_JAVA_LIBRARIES := ddmlib-prebuilt junit-host
2525

2626
include $(BUILD_HOST_JAVA_LIBRARY)
2727

0 commit comments

Comments
 (0)