aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2016-11-29 12:39:42 +0000
committerPaul Duffin <paulduffin@google.com>2016-11-29 12:39:42 +0000
commit361540cfc399bc9f4408e4e6dd20da1c3f90d655 (patch)
treef5bdfb57c54175103ad39513c0b974667e45fdd6
parenta67e4782f7f5bc2d7b3f9de6836fc333ef0e1bd1 (diff)
downloadcaliper-361540cfc399bc9f4408e4e6dd20da1c3f90d655.tar.gz
Use junit-host instead of junit
Bug: 30188076 Test: make checkbuild Change-Id: Ideca0d566baf9a45ca407cfbbfcd237f58c3d8e5
-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