summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2017-01-20 16:24:14 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-01-20 16:24:14 +0000
commit9985c83fd5e5205b05bdfd66912109249cf2b1d2 (patch)
tree401b629acc043199393955e772c7bade1aede933
parent2226d7ee4919702d4825bd359ff2be6cb9c7b78b (diff)
parentfd03583209682fd6f0b161365725d83ecc9453d4 (diff)
downloadjcommander-9985c83fd5e5205b05bdfd66912109249cf2b1d2.tar.gz
Use BUILD_HOST_STATIC_DALVIK_JAVA_LIBRARY for jcommander-hostdex
am: fd03583209 Change-Id: I488b0961d6c38953a211a8c461d3124c1a1d2b5c
-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.