blob: 00fbe45d1215d001f9fdddda384f0b7e790c1447 [file] [log] [blame]
Kristian Monsen5ab50182010-05-14 18:53:44 +01001I have removed many files that are not needed to use curl, including docs and tests. If you want these, they can be downloaded from:
2http://curl.haxx.se/
3
4Uncomment the include $(BUILD_* lines from Android.mk depending on what you want to build.
5
6Run the following from the top dir:
7make libcurl curl
8adb remount
9adb push out/target/product/passion/system/bin/curl /system/bin/
10adb push /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ (if you are on goobuntu)
11
12any questions, mail me: kristianm@google.com
13
14This is not intended to go into an release.