I want to port few C/C++ libraries to Android, how feasible it would be
e.g. OpenSSL can it be ported or suppose an application which depends on OpenSSL, what is the best way to port it to Android when Android I think itself has libssl.so
what are the tools available e.g. Scratchbox, any alternatives? Has anybody experience with it?
The android internals wiki is a good starting point, and includes a link explaining how to compile simple native applications.
Scratchbox does seem to be the way to go for compiling more complex apps & libraries, as you probably know already. I would suggest contacting those folks to get a bearing on your OpenSSL project.