aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2015-11-19 16:27:42 -0800
committerDan Albert <danalbert@google.com>2015-11-19 16:27:42 -0800
commitaaeefd9d2176c097eb71fd40b2431954f4fa8395 (patch)
tree9f568563030073c60832e7a0c609673c220ba2a7
parent9210b4077f9ac53b8b99f5231c920c5149bdb33e (diff)
downloadtoolchain_gcc-aaeefd9d2176c097eb71fd40b2431954f4fa8395.tar.gz
toolchain_gcc-aaeefd9d2176c097eb71fd40b2431954f4fa8395.tar.bz2
toolchain_gcc-aaeefd9d2176c097eb71fd40b2431954f4fa8395.zip
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
-rwxr-xr-xbuild-gcc.sh2
1 files changed, 1 insertions, 1 deletions
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"