aboutsummaryrefslogtreecommitdiff
path: root/build-scripts/helpers
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2014-01-08 21:11:42 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2014-01-08 21:19:43 +0530
commit6b28a5e6e8c5a69a4c108e832846f26e7073e005 (patch)
treeb54efcc65384d58c3d8028ae018b882df3314dbb /build-scripts/helpers
parentb3996e80afd4f411dfc2c93d586d54a1433494b2 (diff)
strip "full_" from TARGET_PRODUCT to get the right location
Change-Id: I35bb04642010b52e4b70c522ad3463483d194b8d Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
Diffstat (limited to 'build-scripts/helpers')
-rw-r--r--build-scripts/helpers2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-scripts/helpers b/build-scripts/helpers
index 1137b3e..7e7a7eb 100644
--- a/build-scripts/helpers
+++ b/build-scripts/helpers
@@ -137,7 +137,7 @@ download_another_build () {
flatten_artifacts () {
if [ "$FLATTEN_ARTIFACTS" != "0" ]; then
- mv out/target/product/$TARGET_PRODUCT/* out/
+ mv out/target/product/$TARGET_OUT_DIR/* out/
rm -r out/target
fi
}