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.