From aaeefd9d2176c097eb71fd40b2431954f4fa8395 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Thu, 19 Nov 2015 16:27:42 -0800 Subject: Remove the NDK path structure from the package. The toolchains built here are used for the platform too. Remove the NDK path structure from the package. We can handle that in the NDK build. Change-Id: I108154a6b9726cd3757b9ad548ef2d95be1ecf9b --- build-gcc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-gcc.sh b/build-gcc.sh index 5496e3dfb..9a8e08bcb 100755 --- a/build-gcc.sh +++ b/build-gcc.sh @@ -205,7 +205,7 @@ if [ -z "$HOST_TAG" ]; then exit 1 fi -TOOLCHAIN_SUBDIR=toolchains/$HOST_TAG/$TOOLCHAIN/prebuilt +TOOLCHAIN_SUBDIR=$TOOLCHAIN TOOLCHAIN_INSTALL_PATH=$TMPDIR/$TOOLCHAIN_SUBDIR dump "Using TOOLCHAIN_INSTALL_PATH=$TOOLCHAIN_INSTALL_PATH" dump "Using TOOLCHAIN_SUBDIR=$TOOLCHAIN_SUBDIR" -- cgit v1.2.3