[Android] Use APP_ABI in the Android.mk

Jean-Baptiste Kempf git at videolan.org
Thu Feb 5 17:34:38 CET 2015


vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Feb  5 17:20:33 2015 +0100| [2382e705a22db929a0f6a14a4bb06963a89a5d4c] | committer: Jean-Baptiste Kempf

Use APP_ABI in the Android.mk

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

 libvlc/jni/Android.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libvlc/jni/Android.mk b/libvlc/jni/Android.mk
index 699e371..5d41a74 100644
--- a/libvlc/jni/Android.mk
+++ b/libvlc/jni/Android.mk
@@ -49,7 +49,7 @@ LOCAL_SRC_FILES += compat/wchar/wmemset.c
 
 LOCAL_C_INCLUDES := $(VLC_SRC_DIR)/include
 
-ARCH=$(ANDROID_ABI)
+ARCH=$(APP_ABI)
 
 LOCAL_CFLAGS := -std=gnu99
 ifeq ($(ARCH), armeabi)



More information about the Android mailing list