[Android] Makefile: don't hardcode the ARM architecture

Edward Wang git at videolan.org
Mon Jul 23 16:32:49 CEST 2012


android | branch: master | Edward Wang <edward.c.wang at compdigitec.com> | Sun Jul 22 23:56:19 2012 -0400| [aeb54c41749dae24cad6a117afc29f29eb994ab9] | committer: Rafaël Carré

Makefile: don't hardcode the ARM architecture

Signed-off-by: Rafaël Carré <funman at videolan.org>

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

 Makefile |    6 +-----
 1 file changed, 1 insertion(+), 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



More information about the Android mailing list