summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2017-01-20 16:33:12 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-01-20 16:33:12 +0000
commit68545397d8332a61f800ce9617715a22445ed9a9 (patch)
tree401b629acc043199393955e772c7bade1aede933
parent2226d7ee4919702d4825bd359ff2be6cb9c7b78b (diff)
parente560eccf684d28e728e4b909c71fafb97ffac98b (diff)
downloadjcommander-68545397d8332a61f800ce9617715a22445ed9a9.tar.gz
am: e560eccf68 Change-Id: I5276f8eb40b3ea9aa237dc5851b10382e2093505
-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.