[Android] build: change ndk toolchain path
Thomas Guillem
git at videolan.org
Tue May 14 16:47:36 CEST 2019
vlc-android | branch: master | Thomas Guillem <thomas at gllm.fr> | Tue May 14 09:05:04 2019 +0200| [34d3d19ecb733bf6b67c9e87ff3a5131b31f26b1] | committer: Thomas Guillem
build: change ndk toolchain path
It will now be located on vlc/build-${tupple}/ndk/toolchains
> https://code.videolan.org/videolan/vlc-android/commit/34d3d19ecb733bf6b67c9e87ff3a5131b31f26b1
---
compile-libvlc.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compile-libvlc.sh b/compile-libvlc.sh
index b42d34ee0..bde7e8516 100755
--- a/compile-libvlc.sh
+++ b/compile-libvlc.sh
@@ -104,7 +104,7 @@ VLC_OUT_LDLIBS="-L$VLC_OUT_PATH/libs/${ANDROID_ABI} -lvlc"
#################
# NDK TOOLCHAIN #
#################
-NDK_TOOLCHAIN_DIR=${PWD}/toolchains/${PLATFORM_SHORT_ARCH}
+NDK_TOOLCHAIN_DIR=${VLC_OUT_PATH}/toolchains
NDK_TOOLCHAIN_PATH=${NDK_TOOLCHAIN_DIR}/bin
# Add the NDK toolchain to the PATH, needed both for contribs and for building
# stub libraries
More information about the Android
mailing list