application-services/libs
Thom Chiovoloni 26fa2fa3c6 Update SQLcipher to 4.0.0 2018-12-14 14:10:21 -08:00
..
.gitignore Provide a helper script to set-up android toolchains (#182) 2018-08-20 10:17:35 -07:00
README.md Remove cjose/jansson build 2018-07-11 15:07:07 -04:00
android_defaults.sh Provide a helper script to set-up android toolchains (#182) 2018-08-20 10:17:35 -07:00
build-all-android.sh [automation] Put Android libs into directories like libs/android/{x86,arm64-v8a,armeabi-v7a}. 2018-11-27 15:15:44 -08:00
build-all-ios.sh Provide a helper script to set-up android toolchains (#182) 2018-08-20 10:17:35 -07:00
build-all.sh Update SQLcipher to 4.0.0 2018-12-14 14:10:21 -08:00
build-openssl-android.sh Provide a helper script to set-up android toolchains (#182) 2018-08-20 10:17:35 -07:00
build-openssl-desktop.sh Run Rust tests on CircleCI 2018-12-11 21:00:07 -05:00
build-openssl-ios.sh Provide a helper script to set-up android toolchains (#182) 2018-08-20 10:17:35 -07:00
build-sqlcipher-android.sh [automation] Pre: Allow building Desktop libs on Linux. 2018-10-30 16:41:20 -07:00
build-sqlcipher-desktop.sh Update SQLcipher to 4.0.0 2018-12-14 14:10:21 -08:00
cross-compile-macos-on-linux-desktop-libs.sh [automation] Cross compile libs from host Linux to target macOS. 2018-11-01 20:40:29 -07:00
setup_toolchains_local.sh Provide a helper script to set-up android toolchains (#182) 2018-08-20 10:17:35 -07: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 Arch

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