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
commit1044ab3f2e6459f064c3792465faeebd9fc89f78 (patch)
treebee237dc99b44adb43b44e292db37d3d661d1b0a
parentfd8df403022aae344c43f854fca2f71df772d6b9 (diff)
parentfd4da2840ba7512525ee0012272d6cd5396faa52 (diff)
downloadguice-1044ab3f2e6459f064c3792465faeebd9fc89f78.tar.gz
Use junit-host instead of junit am: 788548b2d6 am: b6e6f3ada8 am: dac8e85864
am: fd4da2840b Change-Id: I9dca646f0943511e5b280fbf4c5ca60f3534b277
-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)