diff --git a/README b/README
index c5e960c38ed7053447794f769474cc6f28a701d4..ee1ca2ed75150e46051ed1638132216c2f148779 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 29f2f29a27e0e6fcd982449dc160e1a1be1fa800..47ece67e0c416badd28e0d987808d11b85bf1683 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
 }