[Android] [PATCH 1/3] build: fix hardcoded android ABI

Thomas Guillem tom at gllm.fr
Thu Oct 9 18:46:08 CEST 2014


---
 compile.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compile.sh b/compile.sh
index eba84cb..90dc329 100755
--- a/compile.sh
+++ b/compile.sh
@@ -294,7 +294,7 @@ cd ../.. && mkdir -p build-android-${TARGET_TUPLE} && cd build-android-${TARGET_
 
 if [ $# -eq 1 ] && [ "$1" = "jni" ]; then
     CLEAN="jniclean"
-    TARGET="vlc-android/obj/local/armeabi-v7a/libvlcjni.so"
+    TARGET="vlc-android/obj/local/${ANDROID_ABI}/libvlcjni.so"
 else
     CLEAN="distclean"
     if [ ! -f config.h ]; then
-- 
2.1.0



More information about the Android mailing list