summaryrefslogtreecommitdiffstats
path: root/junit4
diff options
context:
space:
mode:
Diffstat (limited to 'junit4')
-rw-r--r--junit4/Android.mk17
1 files changed, 17 insertions, 0 deletions
diff --git a/junit4/Android.mk b/junit4/Android.mk
index aeb9366..321f2fa 100644
--- a/junit4/Android.mk
+++ b/junit4/Android.mk
@@ -42,3 +42,20 @@ LOCAL_MODULE_TAGS := optional
LOCAL_BUILD_HOST_DEX := true
include $(BUILD_HOST_JAVA_LIBRARY)
+
+
+include $(CLEAR_VARS)
+
+LOCAL_SRC_FILES := $(call all-java-files-under, src/main/java)
+
+LOCAL_JAVA_LIBRARIES := core
+
+LOCAL_JAVA_LIBRARIES := hamcrest-core-target-jack
+
+LOCAL_STATIC_JAVA_LIBRARIES := hamcrest-core-target-jack
+
+LOCAL_MODULE := junit4-targetdex-jack
+
+LOCAL_MODULE_TAGS := optional
+
+include $(BUILD_JAVA_LIBRARY)