[Android] use the same compiler version for all libs

Sébastien Toque git at videolan.org
Tue Aug 13 11:03:02 CEST 2013


vlc-ports/android | branch: master | Sébastien Toque <xilasz at gmail.com> | Tue Aug 13 10:46:40 2013 +0200| [ea2d65e79acb71adde1e8349ae9549eaa5e7b3cf] | committer: Sébastien Toque

use the same compiler version for all libs

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

 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