summaryrefslogtreecommitdiffstats
path: root/hamcrest-core
diff options
context:
space:
mode:
Diffstat (limited to 'hamcrest-core')
-rw-r--r--hamcrest-core/Android.mk13
1 files changed, 12 insertions, 1 deletions
diff --git a/hamcrest-core/Android.mk b/hamcrest-core/Android.mk
index 9c48dcf..776522b 100644
--- a/hamcrest-core/Android.mk
+++ b/hamcrest-core/Android.mk
@@ -18,7 +18,7 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES := $(call all-java-files-under, src)
-LOCAL_MODULE := hamcrest-core-jack
+LOCAL_MODULE := hamcrest-core-hostdex-jack
LOCAL_BUILD_HOST_DEX := true
@@ -27,3 +27,14 @@ LOCAL_JAVA_LIBRARIES := core-hostdex
LOCAL_MODULE_TAGS := optional
include $(BUILD_HOST_JAVA_LIBRARY)
+
+
+include $(CLEAR_VARS)
+
+LOCAL_SRC_FILES := $(call all-java-files-under, src)
+
+LOCAL_MODULE := hamcrest-core-jack
+
+LOCAL_MODULE_TAGS := optional
+
+include $(BUILD_HOST_JAVA_LIBRARY)