summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Paul Duffin <paulduffin@google.com> 2016-11-29 15:01:31 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2016-11-29 15:01:32 +0000
commit6063357ae69f29c415591b173cf411f241f129c6 (patch)
tree63b290e92b7122a11a3a441d7e30564ee150ee1d
parent21ed56daacea56274372773ba807a30f00eaac4e (diff)
parent4a064d20108d2c664bd6e01be21c36803f33bc08 (diff)
Merge "Use junit-host instead of junit"
-rw-r--r--tools/layoutlib/bridge/tests/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/layoutlib/bridge/tests/Android.mk b/tools/layoutlib/bridge/tests/Android.mk
index 8a81d0b684db..465647606e52 100644
--- a/tools/layoutlib/bridge/tests/Android.mk
+++ b/tools/layoutlib/bridge/tests/Android.mk
@@ -28,7 +28,7 @@ LOCAL_JAVA_LIBRARIES := layoutlib \
layoutlib_api-prebuilt \
tools-common-prebuilt \
sdk-common \
- junit
+ junit-host
include $(BUILD_HOST_JAVA_LIBRARY)