cx.ring: add 20171129/97

This commit is contained in:
Marcus Hoffmann 2017-12-01 16:33:13 +01:00
parent a229f37e1b
commit cfae122b89

View file

@ -479,6 +479,22 @@ Build:20171126,96
./compile.sh release
ndk=r15c
Build:20171129,97
commit=cf5bbff85068826144e5c00832630294cd172e0e
subdir=client-android/ring-android/app
submodules=yes
sudo=apt-get update && \
apt-get install --yes -t jessie-backports swig
output=build/outputs/apk/release/app-release-unsigned.apk
scandelete=client-windows,client-uwp
build=echo -e '#!/bin/sh\ngradle "$@"' > ../gradlew && \
chmod +x ../gradlew && \
export ANDROID_NDK_ROOT=$ANDROID_NDK && \
export ANDROID_ABI="armeabi-v7a arm64-v8a x86" && \
cd ../../ && \
./compile.sh release
ndk=r15c
Maintainer Notes:
Ring has a lot of native dependencies, the source tarballs of these are all downloaded and build for all enabled architectures.
We provide a fake gradlew because compile.sh calls this in the end.
@ -489,5 +505,5 @@ We DO build separately for arm64 because this is a fairly common architecture an
Auto Update Mode:None
Update Check Mode:RepoManifest/production
Current Version:20171126
Current Version Code:96
Current Version:20171129
Current Version Code:97