forked from liudongmiao/curl-android
-
Notifications
You must be signed in to change notification settings - Fork 0
curl for android
License
CombatEvolved/curl-android
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
curl for android demo. how to generate libcurl: 0. download aosp (part of it should be ok) 1. generate libc, libssl, liblog, and so shell> make libssl liblog 2. edit jni/configure.sh, change the default settings: read the script carefully..normally you can keep it as is 3. run curl-android/jni/configure.sh if there are any error, check and fix... 4. generate libcurl shell> ndk-build 5. strip debug from libcurl shell> arm-eabi-strip -g /path/to/libcurl.so libcurl.so size: (default is ftp, https with ares) https: ~169K (including http, https) ares: ~28K (adding to https, with ares support) ipv6: ~0K (no extra size) +full: ~278K (all protocols, with ares)
About
curl for android
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Java 52.5%
- C 41.7%
- Shell 3.3%
- Makefile 2.5%