application-services/libs
Mark Hammond 8a576fbe79
Pin stable rust version to 1.43 (#3700)
2020-11-09 12:10:11 +11:00
..
.gitignore Use vendored OpenSSL with reqwest 2019-08-14 14:29:19 -04:00
README.md Add Tcl installation instructions and check 2019-07-17 14:21:18 -04:00
android_defaults.sh Use Android SDK's side-by-side NDK 2020-06-11 19:15:30 -04:00
bootstrap-desktop.sh Replace bootstrap-desktop.sh by verify-desktop-environmnent.sh 2020-03-06 18:00:27 -05:00
build-all-android.sh Upgrade to Android NDK r20 2019-10-02 14:57:33 -04:00
build-all-ios.sh Ensure the Glean submodule checkout exists when building 2020-09-09 14:43:30 +02:00
build-all.sh Upgrade NSS to 3.57 2020-09-25 14:44:34 -04:00
build-nss-android.sh Update NSS to 3.52 2020-05-04 11:38:23 -04:00
build-nss-desktop.sh Update NSS desktop libs 2020-06-05 10:38:23 -04:00
build-nss-ios.sh Update NSS to 3.52 2020-05-04 11:38:23 -04:00
build-sqlcipher-android.sh Update NSS to 3.52 2020-05-04 11:38:23 -04:00
build-sqlcipher-desktop.sh Bump SQLcipher to 4.4.0 [ci full] 2020-07-10 11:25:03 -04:00
build-sqlcipher-ios.sh Enable rusqlite unlock_notify feature 2020-07-09 13:09:23 -04:00
cross-compile-macos-on-linux-desktop-libs.sh Use the cross-compile tools hosted on tooltool (#1202) 2019-05-27 11:04:11 -04:00
macos-cc-tools.manifest Use the cross-compile tools hosted on tooltool (#1202) 2019-05-27 11:04:11 -04:00
verify-android-environment.sh Updated build instructions 2020-06-18 13:31:21 -04:00
verify-common.sh Pin stable rust version to 1.43 (#3700) 2020-11-09 12:10:11 +11:00
verify-desktop-environment.sh Fix script name typo 2020-03-06 18:38:37 -05:00
verify-ios-environment.sh Replace bootstrap-desktop.sh by verify-desktop-environmnent.sh 2020-03-06 18:00:27 -05:00

README.md

libs

This directory builds the required libraries 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

Build dependencies

Supported architectures

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