Why is curl still linked on Android in v3.12?

Continuing the discussion from OpenSSL problem again:

@zhangxm @ricardo I have the same question - why is Android still linking cURL in 3.10+? HTTPClient and CCDownloader now use Android native http stack.

1 Like

Yep, i think we can remove it in Android.mk. I don’t know why it still there, but i think it will not affect your codes if you don’t use it directly. I created this issue to trace it.

Great, thanks

@pandemosth where is CURL linked? I can not find it.