ring: add v116

This commit is contained in:
Marcus Hoffmann 2018-04-22 22:57:32 +02:00
parent 34e242d8f6
commit 48d9126841
No known key found for this signature in database
GPG key ID: ACDF63BC43D5E530
2 changed files with 44 additions and 0 deletions

View file

@ -545,6 +545,23 @@ Build:20180201,102
./compile.sh release
ndk=r15c
Build:20180421,116
commit=8ce06c1bc2ee0837281f6d05fe97393d2a351a59
subdir=client-android/ring-android/app
submodules=yes
sudo=apt-get update && \
apt-get install --yes -t jessie-backports swig
patch=0001-gradle-remove-unneeded-repo.patch
gradle=noPush
prebuild=$ANDROID_HOME/tools/bin/sdkmanager 'platforms;android-27' && \
sed -i -e '/$DAEMON_ONLY/,+7d' ../../compile.sh
scandelete=client-windows,client-uwp
build=export ANDROID_NDK_ROOT=$ANDROID_NDK && \
export ANDROID_ABI="armeabi-v7a arm64-v8a x86" && \
cd ../../ && \
./compile.sh release
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.
We provide a fake gradlew because compile.sh calls this in the end.

View file

@ -0,0 +1,27 @@
From 2501598e8d23cefc3c61cd0bfc94a2f2be82c831 Mon Sep 17 00:00:00 2001
From: Marcus Hoffmann <bubu@bubu1.eu>
Date: Sun, 22 Apr 2018 20:53:03 +0200
Subject: [PATCH] gradle: remove unneeded repo
Change-Id: I88710352d8fb70d50d91f830247f82c7eec0f496
---
client-android/ring-android/build.gradle | 3 ---
1 file changed, 3 deletions(-)
diff --git a/client-android/ring-android/build.gradle b/client/android/ring-android/build.gradle
index dcda861c..92a8ff11 100644
--- a/client-android/ring-android/build.gradle
+++ b/client-android/ring-android/build.gradle
@@ -2,9 +2,6 @@ buildscript {
repositories {
jcenter()
google()
- maven {
- url 'https://dl.bintray.com/poldz123/maven/'
- }
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.1'
--
2.14.1