summaryrefslogtreecommitdiffstats
path: root/hamcrest-core/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'hamcrest-core/Android.mk')
-rw-r--r--hamcrest-core/Android.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/hamcrest-core/Android.mk b/hamcrest-core/Android.mk
index 547bdad..e41fbde 100644
--- a/hamcrest-core/Android.mk
+++ b/hamcrest-core/Android.mk
@@ -39,3 +39,13 @@ 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-target-jack
+
+LOCAL_MODULE_TAGS := optional
+
+include $(BUILD_JAVA_LIBRARY)
+