aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenny Root <kroot@google.com>2015-07-23 16:58:42 -0700
committerKenny Root <kroot@google.com>2015-07-24 11:33:29 -0700
commit715e07a2273ab78ad1c425f52826f339e10e1121 (patch)
tree5f6d1371280e837181a7fc331abfade57f25cdc8
parent8567823d024f160a2371bc89b822889aab0a7214 (diff)
downloadhamcrest-715e07a2273ab78ad1c425f52826f339e10e1121.tar.gz
Revert "Delete obsolete hamcrest-hostdex rule."
junit4-target-hostdex uses it now. This reverts commit 27f8453eb7f13c43356a3de1ee045ce5ecaa9ff6. Change-Id: Ib0c7d8d3feb37532dad2b4aefa460be64e3a6edd
-rw-r--r--Android.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index abb0dff..9501a13 100644
--- a/Android.mk
+++ b/Android.mk
@@ -24,6 +24,14 @@ LOCAL_MODULE := hamcrest-host
LOCAL_MODULE_TAGS := optional
include $(BUILD_HOST_JAVA_LIBRARY)
+# build for the host dalvik
+# -------------------------
+include $(CLEAR_VARS)
+LOCAL_SRC_FILES := $(call all-java-files-under, src)
+LOCAL_MODULE := hamcrest-hostdex
+LOCAL_MODULE_TAGS := optional
+include $(BUILD_HOST_DALVIK_STATIC_JAVA_LIBRARY)
+
#-------------------------------
# build a target jar