summaryrefslogtreecommitdiffstats
path: root/hamcrest-core
diff options
context:
space:
mode:
authorYohann Roussel <yroussel@google.com>2014-11-13 19:19:20 +0100
committerYohann Roussel <yroussel@google.com>2014-11-13 19:19:20 +0100
commit5ca5329a78d6fc5c2afc501fba82a55c957ad511 (patch)
tree23398c2014caaa1f9c93f5fb89926f8bb6ea597e /hamcrest-core
parent6801c343cacc7886b2929919ef6a541db1148e23 (diff)
downloadtoolchain_jack-5ca5329a78d6fc5c2afc501fba82a55c957ad511.zip
toolchain_jack-5ca5329a78d6fc5c2afc501fba82a55c957ad511.tar.gz
toolchain_jack-5ca5329a78d6fc5c2afc501fba82a55c957ad511.tar.bz2
Fix build of junit4-targetdex-jack
It's not possible to use JAVA_LIBRARY as a STATIC_JAVA_LIBRARY. Change-Id: I03d72f5fd34c8f7b56f233bcae4befb8d16fe0ea
Diffstat (limited to 'hamcrest-core')
-rw-r--r--hamcrest-core/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/hamcrest-core/Android.mk b/hamcrest-core/Android.mk
index 287aaea..c70500e 100644
--- a/hamcrest-core/Android.mk
+++ b/hamcrest-core/Android.mk
@@ -43,5 +43,5 @@ LOCAL_MODULE := hamcrest-core-target-jack
LOCAL_MODULE_TAGS := optional
-include $(BUILD_JAVA_LIBRARY)
+include $(BUILD_STATIC_JAVA_LIBRARY)