aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2016-11-29 12:29:15 +0000
committerPaul Duffin <paulduffin@google.com>2016-11-29 12:29:15 +0000
commit788548b2d6b7f87c78411d773fb5fe115f8495eb (patch)
treebee237dc99b44adb43b44e292db37d3d661d1b0a
parentdd02cae677404f96e0359e51d0a77ac91174a057 (diff)
downloadguice-788548b2d6b7f87c78411d773fb5fe115f8495eb.tar.gz
Use junit-host instead of junit
Bug: 30188076 Test: make checkbuild Change-Id: Ic8d56444a37c7425f72c4c55b3b936583b46ee80
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index a7076664..44bbc4a4 100644
--- a/Android.mk
+++ b/Android.mk
@@ -111,7 +111,7 @@ munge_zipped_src_files := $(filter-out $(munge_zipped_unsupported_files),$(munge
include $(CLEAR_VARS)
LOCAL_SRC_FILES := # None because we get everything by unzipping the munge jar first.
LOCAL_MODULE := munge-host
-LOCAL_JAVA_LIBRARIES := junit
+LOCAL_JAVA_LIBRARIES := junit-host
LOCAL_MODULE_CLASS := JAVA_LIBRARIES
# Unzip munge and build it
intermediates:= $(local-generated-sources-dir)