Update Ring to 20180712 (127)

This commit is contained in:
relan 2018-07-26 21:07:29 +03:00
parent bff628c624
commit 47870cb713

View file

@ -594,6 +594,20 @@ Build:20180501,117
./compile.sh --release --no-gradle
ndk=r16b
Build:20180712,127
commit=af8399f830b9fd10689d2d11a4e76ddf576d2f40
subdir=client-android/ring-android/app
submodules=yes
sudo=apt-get update && \
apt-get install --yes -t jessie-backports swig
gradle=noPush
rm=client-electron,client-gnome,client-ios,client-macosx,client-uwp,client-windows
build=cd ../.. && \
export ANDROID_NDK_ROOT="$ANDROID_NDK" && \
export ANDROID_ABI="armeabi-v7a arm64-v8a x86" && \
./compile.sh --release --no-gradle
ndk=r16b
Maintainer Notes:
Ring has a lot of native dependencies, the source tarballs of these are all downloaded and build for all enabled architectures.
Build failed with swig 2.0.12 from jessie but works with 3.0.10 from jessie-backports.