aboutsummaryrefslogtreecommitdiff
path: root/build-scripts
diff options
context:
space:
mode:
authorAmit Pundir <amit.pundir@linaro.org>2013-04-23 13:46:50 +0530
committerAmit Pundir <amit.pundir@linaro.org>2013-04-23 13:46:50 +0530
commitea41bbf1d8ad52d5cb15cf19a9d04d513453deb4 (patch)
tree44140ba4fc74d81ec305b778b7da6a1505802e4d /build-scripts
parent7d3eed00bc7fa35ac908ec38935bfe85901e5d0c (diff)
android build script: do not hardcode toolchain prefix
Diffstat (limited to 'build-scripts')
-rwxr-xr-xbuild-scripts/create-user-build-script2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-scripts/create-user-build-script b/build-scripts/create-user-build-script
index 04f07de..44787b6 100755
--- a/build-scripts/create-user-build-script
+++ b/build-scripts/create-user-build-script
@@ -152,7 +152,7 @@ EOF
if [ -n "$TOOLCHAIN_URL" ] ; then
cat <<EOF
export TOOLCHAIN_URL=${TOOLCHAIN_URL}
-export TARGET_TOOLS_PREFIX=android-toolchain-eabi/bin/arm-linux-androideabi-
+export TARGET_TOOLS_PREFIX=${TARGET_TOOLS_PREFIX}
EOF
else