From 47870cb713dabcca772eea3466849ad6430acdc7 Mon Sep 17 00:00:00 2001 From: relan Date: Thu, 26 Jul 2018 21:07:29 +0300 Subject: [PATCH] Update Ring to 20180712 (127) --- metadata/cx.ring.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/metadata/cx.ring.txt b/metadata/cx.ring.txt index 5fbaf98d4e..ec95a0e944 100644 --- a/metadata/cx.ring.txt +++ b/metadata/cx.ring.txt @@ -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.