application-services/libs
Edouard Oger 84e077d153
Publish on Maven via beetmover
Co-authored-by: Mihai Tabara <mtabara@mozilla.com>
2019-04-24 15:31:20 -04:00
..
.gitignore NSS crypto backend for SHA-256 digest 2019-04-11 17:33:03 -04:00
README.md Publish on Maven via beetmover 2019-04-24 15:31:20 -04:00
android_defaults.sh Use curly braces around bash variables consistently 2019-04-11 17:33:03 -04:00
bootstrap-desktop.sh fix(libs): Pass RTLD_LAZY when checking whether we can link against NSS. 2019-04-17 13:10:29 +10:00
build-all-android.sh Use curly braces around bash variables consistently 2019-04-11 17:33:03 -04:00
build-all-ios.sh Use curly braces around bash variables consistently 2019-04-11 17:33:03 -04:00
build-all.sh Update sqlcipher to 4.1.0. Fixes #816 2019-04-22 12:18:32 -07:00
build-nss-android.sh Include NSS's copy of SQLite to avoid breaking non-megazords 2019-04-18 19:20:05 -07:00
build-nss-desktop.sh Include NSPR headers in cross-compiled darwin libs 2019-04-17 03:31:56 -04:00
build-nss-ios.sh Generate NSS/NSPR types from headers 2019-04-16 13:14:10 -04:00
build-openssl-android.sh Use curly braces around bash variables consistently 2019-04-11 17:33:03 -04:00
build-openssl-desktop.sh Use curly braces around bash variables consistently 2019-04-11 17:33:03 -04:00
build-openssl-ios.sh Use curly braces around bash variables consistently 2019-04-11 17:33:03 -04:00
build-sqlcipher-android.sh Use curly braces around bash variables consistently 2019-04-11 17:33:03 -04:00
build-sqlcipher-desktop.sh Use curly braces around bash variables consistently 2019-04-11 17:33:03 -04:00
build-sqlcipher-ios.sh Use curly braces around bash variables consistently 2019-04-11 17:33:03 -04:00
cross-compile-macos-on-linux-desktop-libs.sh Integrate tooltool.py to docker image 2019-03-26 12:40:11 -04:00
patch-nss-src.sh Use curly braces around bash variables consistently 2019-04-11 17:33:03 -04:00
setup_toolchains_local.sh Use curly braces around bash variables consistently 2019-04-11 17:33:03 -04:00
verify-android-environment.sh Use curly braces around bash variables consistently 2019-04-11 17:33:03 -04:00

README.md

libs

This directory builds openssl for iOS, Android and desktop platforms.

Usage

  • ./build-all.sh ios - Build for iOS
  • ./build-all.sh android - Build for Android
  • ./build-all.sh desktop - Build for Desktop

Supported architectures

  • Android: TARGET_ARCHS=("x86" "x86_64" "arm64" "arm")
  • iOS: TARGET_ARCHS=("x86_64" "arm64")