aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2016-11-29 14:28:26 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-11-29 14:28:26 +0000
commite36add0bc8d4570d4bc1e1aa0091b24f61da3f03 (patch)
treef5bdfb57c54175103ad39513c0b974667e45fdd6
parenta67e4782f7f5bc2d7b3f9de6836fc333ef0e1bd1 (diff)
parent6049f06e88d3c4dba66b2ceb860e4ac9af5d28f9 (diff)
downloadcaliper-e36add0bc8d4570d4bc1e1aa0091b24f61da3f03.tar.gz
Use junit-host instead of junit am: 361540cfc3 am: 3a32e9b252 am: 0b3be907bf
am: 6049f06e88 Change-Id: I28c77d9ab93d9f081aee0b6f8c4f82758accc413
-rw-r--r--Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index cb402a8..d65a198 100644
--- a/Android.mk
+++ b/Android.mk
@@ -90,7 +90,7 @@ LOCAL_IS_HOST_MODULE := true
LOCAL_STATIC_JAVA_LIBRARIES := \
caliper-host \
- junit \
+ junit-host \
mockito-host
# Use Dagger2 annotation processor
@@ -114,7 +114,7 @@ LOCAL_IS_HOST_MODULE := true
LOCAL_STATIC_JAVA_LIBRARIES := \
caliper-host \
- junit \
+ junit-host \
mockito-host
LOCAL_JAVA_LANGUAGE_VERSION := 1.7