summaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 141db39..e052034 100644
--- a/Android.mk
+++ b/Android.mk
@@ -46,6 +46,6 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES := $(jcommander_android_src_files)
LOCAL_MODULE := jcommander-hostdex
LOCAL_MODULE_TAGS := optional
-include $(BUILD_HOST_DALVIK_JAVA_LIBRARY)
+include $(BUILD_HOST_DALVIK_STATIC_JAVA_LIBRARY)
# TODO: also add the tests once we have testng working.