aboutsummaryrefslogtreecommitdiff
path: root/junit
diff options
context:
space:
mode:
Diffstat (limited to 'junit')
-rw-r--r--junit/Android.mk18
1 files changed, 18 insertions, 0 deletions
diff --git a/junit/Android.mk b/junit/Android.mk
new file mode 100644
index 000000000..67d9a2dd6
--- /dev/null
+++ b/junit/Android.mk
@@ -0,0 +1,18 @@
+LOCAL_PATH := $(call my-dir)
+include $(CLEAR_VARS)
+
+LOCAL_MODULE := Robolectric_junit
+
+LOCAL_JAVA_LIBRARIES := \
+ Robolectric_annotations \
+ Robolectric_shadowapi \
+ Robolectric_sandbox \
+ robolectric-asm-commons-5.0.1 \
+ robolectric-asm-tree-5.0.1 \
+ robolectric-junit-4.12 \
+ robolectric-asm-5.0.1 \
+ jsr305lib
+
+LOCAL_SRC_FILES := $(call all-java-files-under, src/main/java)
+
+include $(BUILD_HOST_JAVA_LIBRARY) \ No newline at end of file