[Android] [PATCH 2/7] Makefile: don't hardcode the ARM architecture

Edward Wang edward.c.wang at compdigitec.com
Mon Jul 23 05:56:19 CEST 2012


---
 Makefile |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/Makefile b/Makefile
index ca687a8..6022f8e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,6 @@
 # Sources and objects
 
-ifeq ($(NO_NEON),)
-ARCH = armeabi-v7a
-else
-ARCH = armeabi
-endif
+ARCH = $(ANDROID_ABI)
 
 SRC=vlc-android
 JAVA_SOURCES=$(SRC)/src/org/videolan/vlc/*.java
-- 
1.7.5.4



More information about the Android mailing list