summaryrefslogtreecommitdiffstats
path: root/hamcrest-core
diff options
context:
space:
mode:
authorYohann Roussel <yroussel@google.com>2014-04-07 11:55:23 +0200
committerYohann Roussel <yroussel@google.com>2014-04-07 11:55:23 +0200
commit07a55f2c401c7bab42db8b1fb83abe3f980d364f (patch)
treea9937e2a054922e0288300d0c16d83742538183f /hamcrest-core
parentde9fa866925ccc0eac235184b7fb122e333e223e (diff)
downloadtoolchain_jack-07a55f2c401c7bab42db8b1fb83abe3f980d364f.zip
toolchain_jack-07a55f2c401c7bab42db8b1fb83abe3f980d364f.tar.gz
toolchain_jack-07a55f2c401c7bab42db8b1fb83abe3f980d364f.tar.bz2
Initial Jack import part 2.
Change-Id: Ic439604a1f030700d9049800fbf62422e0004d35
Diffstat (limited to 'hamcrest-core')
-rw-r--r--hamcrest-core/Android.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/hamcrest-core/Android.mk b/hamcrest-core/Android.mk
index 776522b..023870c 100644
--- a/hamcrest-core/Android.mk
+++ b/hamcrest-core/Android.mk
@@ -38,3 +38,14 @@ LOCAL_MODULE := hamcrest-core-jack
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)