[Android] use gcc version set in compile.sh

Sébastien Toque git at videolan.org
Sun Dec 30 19:30:25 CET 2012


vlc-ports/android | branch: master | Sébastien Toque <xilasz at gmail.com> | Sun Dec 30 19:30:01 2012 +0100| [e0553466fbe4e050538cebb12017a6c0eb631a8c] | committer: Sébastien Toque

use gcc version set in compile.sh

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

 vlc-android/jni/Application.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vlc-android/jni/Application.mk b/vlc-android/jni/Application.mk
index 0bd8e8a..1417a33 100644
--- a/vlc-android/jni/Application.mk
+++ b/vlc-android/jni/Application.mk
@@ -1,3 +1,3 @@
 APP_PLATFORM := android-9
 APP_ABI := $(ANDROID_ABI)
-NDK_TOOLCHAIN_VERSION=4.6
+NDK_TOOLCHAIN_VERSION=$(GCCVER)



More information about the Android mailing list