Thursday, July 28, 2011

[android-developers] Re: Openssl for Android (libssl.so and libcrypto.so)

Nevermind step 3) and 4)

I fixed it. If anyone gets this error follow http://www.openssl.org/news/secadv_20101116-2.txt
and manually patch the ssl/t1_lib.c accordingly to your openssl
version.

Now the only thing that I can't overcome is the m and mm commands... :
\

as in:

5) Cleanup before building with:

m -j16 clean-libcrypto clean-libssl clean-openssl clean-ssltest

6) Build openssl from the external/openssl directory with:

mm -j16 snod && adb sync system

If there are build errors, then patches/*.mk, openssl.config, or
android-config.mk may need updating.

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment