diff options
author | Benoit Lamarche <benoitlamarche@google.com> | 2014-03-21 14:00:10 +0100 |
---|---|---|
committer | Benoit Lamarche <benoitlamarche@google.com> | 2014-03-21 14:00:10 +0100 |
commit | 3fefbb21ba0cea900ab32d0adfc40898715bc646 (patch) | |
tree | db11407258c43e7ff28673bbde4477f35cd0d2bd /hamcrest-core | |
parent | 4eceb95409e844fdc33c9c706e1dc307bfd40303 (diff) | |
download | toolchain_jack-3fefbb21ba0cea900ab32d0adfc40898715bc646.zip toolchain_jack-3fefbb21ba0cea900ab32d0adfc40898715bc646.tar.gz toolchain_jack-3fefbb21ba0cea900ab32d0adfc40898715bc646.tar.bz2 |
Create hostdex version for hamcrest-core
Change-Id: I2407529c757306ab4f4661a5a188851af307f3be
Diffstat (limited to 'hamcrest-core')
-rw-r--r-- | hamcrest-core/Android.mk | 13 |
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) |