[Android] Revert "use gcc version set in compile.sh"

Rafaël Carré git at videolan.org
Mon Dec 31 16:19:41 CET 2012


vlc-ports/android | branch: master | Rafaël Carré <funman at videolan.org> | Mon Dec 31 16:18:18 2012 +0100| [43b51ac57bbf4799e446827f803cfb0dd50676f1] | committer: Rafaël Carré

Revert "use gcc version set in compile.sh"

This reverts commit e0553466fbe4e050538cebb12017a6c0eb631a8c.

The version of gcc used to build JNI files doesn't really matter.
This commit broke debugging:
$ANDROID_NDK/ndk-gdb: 708: $ANDROID_NDK/ndk-gdb: $ANDROID_NDK/toolchains/arm-linux-androideabi-/prebuilt/linux-x86/bin/arm-linux-gdb: not found

Because GCCVER is not defined

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

 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 1417a33..0bd8e8a 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=$(GCCVER)
+NDK_TOOLCHAIN_VERSION=4.6



More information about the Android mailing list