aboutsummaryrefslogtreecommitdiffstats
path: root/README.android
diff options
context:
space:
mode:
authorNarayan Kamath <narayan@google.com>2012-08-09 13:14:26 +0100
committerNarayan Kamath <narayan@google.com>2012-08-10 13:33:24 +0100
commit153d0953fe0df254bf3ffaa56934c97020b86edb (patch)
tree995ca804b4d9d8796cc5cf181290bb2d43471bba /README.android
parent25222bf623d513f2487c1ee17aae8cf592318bc6 (diff)
downloadplatform_external_okhttp-153d0953fe0df254bf3ffaa56934c97020b86edb.tar.gz
platform_external_okhttp-153d0953fe0df254bf3ffaa56934c97020b86edb.tar.bz2
platform_external_okhttp-153d0953fe0df254bf3ffaa56934c97020b86edb.zip
Add makefile + jarjar rule for okhttp.
Created a new path android/ that contains android specific patches to this code. This is not a long term approach, simply a stop gap measure to get this codebase compiling and usable under android. For now, this path contains changes to Libcore.java to remove OpenJDK dependencies. This patchset also updates the snapshot to upstream revision 2a05f0e18f0ae67. Change-Id: Ic1ef8245109e07c7cf9f59c1e7881b86d357d74f
Diffstat (limited to 'README.android')
-rw-r--r--README.android4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.android b/README.android
index 7ce5ec6..636c351 100644
--- a/README.android
+++ b/README.android
@@ -2,3 +2,7 @@ URL: https://github.com/square/okhttp
License: Apache 2
Description: "OkHttp: An HTTP+SPDY client for Android and Java applications."
+Local patches
+-------------
+Changes to libcore/util/Libcore.java to remove OpenJDK / Jetty dependencies.
+