aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2016-11-29 14:23:26 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-11-29 14:23:26 +0000
commit6049f06e88d3c4dba66b2ceb860e4ac9af5d28f9 (patch)
treef5bdfb57c54175103ad39513c0b974667e45fdd6
parenta67e4782f7f5bc2d7b3f9de6836fc333ef0e1bd1 (diff)
parent0b3be907bfdbc54b11109fd9ae2dc3a4379a8895 (diff)
downloadcaliper-6049f06e88d3c4dba66b2ceb860e4ac9af5d28f9.tar.gz
Use junit-host instead of junit am: 361540cfc3 am: 3a32e9b252
am: 0b3be907bf Change-Id: I9d2daffeda24beb1e4d1f7edd8dc0f4ae166cee2
-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