From 8de082c224eb4fa7cd23f1c3f395b5163958dd08 Mon Sep 17 00:00:00 2001
From: Alexandre Lision <alexandre.lision@gmail.com>
Date: Fri, 3 Oct 2014 14:25:06 -0400
Subject: [PATCH] Update jenkins script and README since make-swig.sh is called
 by compile

---
 README                      | 3 ---
 jenkins-sflphone-android.sh | 3 ---
 2 files changed, 6 deletions(-)

diff --git a/README b/README
index c5e960c38..ee1ca2ed7 100644
--- a/README
+++ b/README
@@ -3,7 +3,4 @@ When all else fails:
 rm -rf sflphone
 git clean -dfx
 export ANDROID_ABI=armeabi-v7a
-cd sflphone-android
-./make-swig.sh
-cd -
 ./compile.sh
diff --git a/jenkins-sflphone-android.sh b/jenkins-sflphone-android.sh
index 29f2f29a2..47ece67e0 100755
--- a/jenkins-sflphone-android.sh
+++ b/jenkins-sflphone-android.sh
@@ -123,9 +123,6 @@ build_sflphone_android() {
     echo "----------------- Cleaning git tree"
     git checkout master
     git pull
-    cd sflphone-android
-    ./make-swig.sh
-    cd ..
     ./compile.sh
 }
 
-- 
GitLab