summaryrefslogtreecommitdiff
path: root/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* Fixed typo in Android configure commandDan Fandrich2010-08-101-6/+6
|
* Rename CURL_SOURCES macro; revert previous rename of curl_SOURCES macro.Guenter Knauf2010-08-021-1/+1
|
* Improved the Android build instructionsDan Fandrich2010-07-091-9/+17
|
* Copy the license file so it's seen by the Android build systemDan Fandrich2010-05-121-5/+16
|
* Provide instructions on creating curl_config.hDan Fandrich2009-09-151-5/+27
|
* Copy the libcurl header files into the right location for Android.Dan Fandrich2009-07-311-1/+16
|
* renamed generated config.h to curl_config.h in order to avoid clashes when ↵Gunter Knauf2009-07-141-1/+1
| | | | libcurl is used with other projects which also have a config.h.
* Created a basic Android make file for curl and libcurl. A config.hDan Fandrich2009-06-021-0/+50
is also needed before curl can be built in Android, but it's not clear what the best way is to provide one.