summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYohann Roussel <yroussel@google.com>2014-10-03 15:59:54 +0200
committerYohann Roussel <yroussel@google.com>2014-10-07 15:40:40 +0200
commitaf89eb8e338fa84f2bd2d9871294876e1275d394 (patch)
tree3c90072bdbe90fda73a7b00ed451577d28507bd9
parent2f7659c426de53122ee7922b0981058a900124a7 (diff)
downloadmockwebserver-af89eb8e338fa84f2bd2d9871294876e1275d394.tar.gz
mockwebserver-host is a dalvik static library
Change-Id: I797608b4a1870d9ccfa6502bbed4d039ed371875
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 3320266..a48a904 100644
--- a/Android.mk
+++ b/Android.mk
@@ -31,4 +31,4 @@ LOCAL_SRC_FILES := $(mockwebserver_src_files)
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE := mockwebserver-host
LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
-include $(BUILD_HOST_JAVA_LIBRARY)
+include $(BUILD_HOST_DALVIK_STATIC_JAVA_LIBRARY)