aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2016-11-29 14:18:27 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-11-29 14:18:27 +0000
commitfd4da2840ba7512525ee0012272d6cd5396faa52 (patch)
treebee237dc99b44adb43b44e292db37d3d661d1b0a
parent6455114c53029b9e0511dfbb6280c10c461ccc6c (diff)
parentdac8e8586403793f9abfe44867d0c4c41c8f0f9d (diff)
downloadguice-fd4da2840ba7512525ee0012272d6cd5396faa52.tar.gz
Use junit-host instead of junit am: 788548b2d6 am: b6e6f3ada8
am: dac8e85864 Change-Id: Icb34fae18a0864848384fbb7266d01ad49984573
-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)