| Kristian Monsen | 5ab5018 | 2010-05-14 18:53:44 +0100 | [diff] [blame] | 1 | 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: |
| 2 | http://curl.haxx.se/ |
| 3 | |
| 4 | Uncomment the include $(BUILD_* lines from Android.mk depending on what you want to build. |
| 5 | |
| 6 | Run the following from the top dir: |
| 7 | make libcurl curl |
| 8 | adb remount |
| 9 | adb push out/target/product/passion/system/bin/curl /system/bin/ |
| 10 | adb push /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ (if you are on goobuntu) |
| 11 | |
| 12 | any questions, mail me: kristianm@google.com |
| 13 | |
| 14 | This is not intended to go into an release. |