Initial check in of curl.

Plan to:
- Fix warnings
- Add java support

Change-Id: Ia61d4d479aa61178f2883161491ab844301317e0
diff --git a/README.Android b/README.Android
new file mode 100644
index 0000000..00fbe45
--- /dev/null
+++ b/README.Android
@@ -0,0 +1,14 @@
+I have removed many files that are not needed to use curl, including docs and tests. If you want these, they can be downloaded from:
+http://curl.haxx.se/
+
+Uncomment the include $(BUILD_* lines from Android.mk depending on what you want to build.
+
+Run the following from the top dir:
+make libcurl curl
+adb remount
+adb push out/target/product/passion/system/bin/curl /system/bin/
+adb push /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ (if you are on goobuntu)
+
+any questions, mail me: kristianm@google.com
+
+This is not intended to go into an release.