summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorjwilson <jwilson@squareup.com>2013-03-30 09:16:59 -0400
committerBrian Carlstrom <bdc@google.com>2013-04-03 10:05:24 -0700
commit2503556d17b28c7b4e6e514540a77df1627857d0 (patch)
treefef435d96e5f045a93639c1c2d371a86afe170e5 /Android.mk
parente99e4edd778a16e0251892e7d88633d5c336e5d3 (diff)
downloadlibcore-2503556d17b28c7b4e6e514540a77df1627857d0.zip
libcore-2503556d17b28c7b4e6e514540a77df1627857d0.tar.gz
libcore-2503556d17b28c7b4e6e514540a77df1627857d0.tar.bz2
Switch to OkHttp as URL's preferred HTTP implementation.
Change-Id: Id724b75dd78b68ed00f5db4989c4070896996ec0
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