aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2014-01-20 14:54:22 +0530
committerPaul Sokolovsky <paul.sokolovsky@linaro.org>2014-01-21 14:13:18 +0200
commit40f145c3a39b89e8bd0981e6d4cdbe1c5d6cf9ca (patch)
treea4b31c62336931ec12a47f3ead2c227c889a9041
parent8dda2908e8cea46e3bcf74ec6cec90df9e2823b7 (diff)
export TARGET_OUT_DIR
Change-Id: I5230878e856ac9575d1acb9b0ddec8948ba4ed2f Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
-rw-r--r--build-scripts/build-android2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-scripts/build-android b/build-scripts/build-android
index b7ea895..d5ed46f 100644
--- a/build-scripts/build-android
+++ b/build-scripts/build-android
@@ -25,7 +25,7 @@ source "${BUILD_SCRIPT_ROOT}"/helpers
trap infrastructure_error ERR
# Set TARGET_OUT_DIR since few TARGET_PRODUCT include "full_" keyword as well
-TARGET_OUT_DIR=`echo $TARGET_PRODUCT | sed "s/.*_//g"`
+export TARGET_OUT_DIR=`echo $TARGET_PRODUCT | sed "s/.*_//g"`
if [ -n "$BUILD_COPYCAT" ]; then