From 6b28a5e6e8c5a69a4c108e832846f26e7073e005 Mon Sep 17 00:00:00 2001 From: Vishal Bhoj Date: Wed, 8 Jan 2014 21:11:42 +0530 Subject: strip "full_" from TARGET_PRODUCT to get the right location Change-Id: I35bb04642010b52e4b70c522ad3463483d194b8d Signed-off-by: Vishal Bhoj --- build-scripts/helpers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build-scripts/helpers') 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 } -- cgit v1.2.3