aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenny Root <kroot@google.com>2015-07-24 21:03:02 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-07-24 21:03:02 +0000
commitdf3b453429c1bbb9d9524c471989287d10cf2f40 (patch)
tree5f6d1371280e837181a7fc331abfade57f25cdc8
parent9fb9af468ed5e2ecba330348262dae5e04b7d006 (diff)
parentc2c94b1ab146e8f991352d1eb8c6188ffd0593ee (diff)
downloadhamcrest-df3b453429c1bbb9d9524c471989287d10cf2f40.tar.gz
am c2c94b1a: Merge "Revert "Delete obsolete hamcrest-hostdex rule.""
* commit 'c2c94b1ab146e8f991352d1eb8c6188ffd0593ee': Revert "Delete obsolete hamcrest-hostdex rule."
-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