summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorBrian Carlstrom <bdc@google.com>2013-04-03 20:15:23 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2013-04-03 20:15:23 +0000
commit9dfbc2ec351f07b3e0215286d85541f4cd6d1b63 (patch)
treefc11d77869a7993e151faa5d8c7571d4cf5b04bd /Android.mk
parentf86e565c9d1f86be08d66651d0028cf01d1e084a (diff)
parent2503556d17b28c7b4e6e514540a77df1627857d0 (diff)
downloadlibcore-9dfbc2ec351f07b3e0215286d85541f4cd6d1b63.zip
libcore-9dfbc2ec351f07b3e0215286d85541f4cd6d1b63.tar.gz
libcore-9dfbc2ec351f07b3e0215286d85541f4cd6d1b63.tar.bz2
Merge "Switch to OkHttp as URL's preferred HTTP implementation."
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 18cf576..d21b765 100644
--- a/Android.mk
+++ b/Android.mk
@@ -61,6 +61,7 @@ ifeq ($(WITH_HOST_DALVIK),true)
core-hostdex \
bouncycastle-hostdex \
apache-xml-hostdex \
+ okhttp-hostdex \
apache-harmony-tests-hostdex \
$(call intermediates-dir-for,JAVA_LIBRARIES,core-tests,,COMMON)/classes.jar
endif