build: change ndk toolchain path

It will now be located on vlc/build-${tupple}/ndk/toolchains
This commit is contained in:
Thomas Guillem
2019-05-14 09:05:04 +02:00
parent b1d41af8c8
commit 34d3d19ecb

View File

@@ -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