boringssl/tool
Adam Langley 843ab66e17 Add support for building with the Android NDK.
Previously I've been using the Linaro toolchains and just building
static binaries. However, the Linaro toolchains have a broken
pthread_rwlock_wrlock—it does nothing and then unlocking corrupts the
lock.

Building with the Android NDK avoids this.

These build instructions depend on
https://github.com/taka-no-me/android-cmake which people will need to
clone into util/ if they want to use the Android NDK.

Change-Id: Ic64919f9399af2a57e8df4fb4b3400865ddb2427
Reviewed-on: https://boringssl-review.googlesource.com/4600
Reviewed-by: Adam Langley <agl@google.com>
2015-05-05 00:31:46 +00:00
..
args.cc Undo one fragment of 054e6826. 2015-04-13 15:59:36 -07:00
client.cc Eliminate unnecessary includes from low-level crypto modules. 2015-04-13 20:49:18 +00:00
CMakeLists.txt Add support for building with the Android NDK. 2015-05-05 00:31:46 +00:00
const.cc Eliminate unnecessary includes from low-level crypto modules. 2015-04-13 20:49:18 +00:00
digest.cc Use smart pointers instead of gotos in digest.cc. 2015-04-13 20:54:19 +00:00
internal.h
pkcs12.cc Rename BIO_print_errors_fp back to ERR_print_errors_fp & refactor it. 2015-04-13 20:23:29 +00:00
rand.cc Fix standalone build on Mac. 2015-04-20 16:50:18 +00:00
server.cc Eliminate unnecessary includes from low-level crypto modules. 2015-04-13 20:49:18 +00:00
speed.cc tool: include base.h before testing OPENSSL_WINDOWS. 2015-04-16 14:02:52 -07:00
tool.cc tool: add rand. 2015-04-14 20:11:39 +00:00
transport_common.cc Fix standalone build on Mac. 2015-04-20 16:50:18 +00:00
transport_common.h