aboutsummaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2016-11-29 14:12:55 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-11-29 14:12:55 +0000
commit3a32e9b2526bd2c5edaea61eab316b0271975677 (patch)
treef5bdfb57c54175103ad39513c0b974667e45fdd6 /Android.mk
parenta67e4782f7f5bc2d7b3f9de6836fc333ef0e1bd1 (diff)
parent361540cfc399bc9f4408e4e6dd20da1c3f90d655 (diff)
downloadcaliper-3a32e9b2526bd2c5edaea61eab316b0271975677.tar.gz
Use junit-host instead of junit
am: 361540cfc3 Change-Id: I7d303578038105b437b12fbcc1e820a645272b61
Diffstat (limited to 'Android.mk')
-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