[Android] compile./sh: also boostrap/configure with --jni

Thomas Guillem git at videolan.org
Tue Oct 21 12:09:24 CEST 2014


vlc-ports/android | branch: master | Thomas Guillem <tom at gllm.fr> | Tue Oct 21 11:46:46 2014 +0200| [b16dd9f8dec85802485716c921dccac4b4ab2fc4] | committer: Thomas Guillem

compile./sh: also boostrap/configure with --jni

> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=b16dd9f8dec85802485716c921dccac4b4ab2fc4
---

 compile.sh |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/compile.sh b/compile.sh
index 1953264..6d42be9 100755
--- a/compile.sh
+++ b/compile.sh
@@ -328,14 +328,14 @@ if [ "$JNI" = 1 ]; then
     TARGET="vlc-android/obj/local/${ANDROID_ABI}/libvlcjni.so"
 else
     CLEAN="distclean"
-    if [ ! -f config.h ]; then
-        echo "Bootstraping"
-        ../bootstrap
-        echo "Configuring"
-        ${ANDROID_PATH}/configure.sh $OPTS
-    fi
     TARGET=
 fi
+if [ ! -f config.h ]; then
+    echo "Bootstraping"
+    ../bootstrap
+    echo "Configuring"
+    ${ANDROID_PATH}/configure.sh $OPTS
+fi
 
 # ANDROID NDK FIXUP (BLAME GOOGLE)
 config_undef ()



More information about the Android mailing list