History log of /external/openssl/check-all-builds.sh
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
8ad690da23a1bb340fec3fe869182843ed727858 19-Jun-2014 Kenny Root <kroot@google.com> Fix check-all-builds script

Some parts were bit-rotted. Added new ABIs that the build system
supports now.

Change-Id: Iea813084d55e8e882ee44017d563e6aacb11dca7
/external/openssl/check-all-builds.sh
463519a9055a4ac273389624ff0eacf124342657 30-Jan-2014 David 'Digit' Turner <digit@android.com> check-all-builds.sh: Add host x86_64 build.

This patch updates the check-all-builds.sh to verify that the
host 64-bit OpenSSL build compiles.

The Android/x86_64 one isn't ready because the toolchain under
prebuilts/ doesn't have a sysroot yet, which makes it unusable
without previously generated bionic and a few other things and
have them at a right location.

Same issue with Android/Arm64.

Change-Id: Iba607e0e53bc7553a42bd1f9321d8bab41c8ff4f
/external/openssl/check-all-builds.sh
063cfe18eb26487c1e69f0b9f408b3849c81a84a 19-Feb-2013 David 'Digit' Turner <digit@android.com> Move more build configuration to openssl.config

This patch makes openssl.config the only place where common
and architecture-specific sources and compiler flags are listed.

Its content is processed by import_openssl.sh to generate new
build config files (Crypto-config.mk, Ssl-config.mk, Apps-config.mk)
which are themselves included by simplified Crypto.mk, Ssl.mk, Apps.mk.

+ Add a new script (check-all-builds.sh) that can rebuild six
different variants of openssl in one go. This is useful to quickly
check that a change didn't break a specific build, e.g. when
adding new patch or upgrading the OpenSSL sources.

See './check-all-builds.sh --help' for more info.

Note: Clang-based builds are currently broken, so only GCC-based
ones are activated at the moment.

Change-Id: If08c204e4dc9b081ce676bc7984d039670e115b0
/external/openssl/check-all-builds.sh