From 25fe0e58bbc0cc82b0a79e4b5ee9f07f8a5d316d Mon Sep 17 00:00:00 2001 From: Vishal Bhoj Date: Fri, 18 May 2018 10:16:26 +0530 Subject: build-scripts: don't delete target folder Change-Id: I817aa6e6b02696f3c232514626232fe577548c13 Signed-off-by: Vishal Bhoj --- build-scripts/helpers | 1 - 1 file changed, 1 deletion(-) diff --git a/build-scripts/helpers b/build-scripts/helpers index f1f5048..7c1bb69 100644 --- a/build-scripts/helpers +++ b/build-scripts/helpers @@ -167,7 +167,6 @@ EOF flatten_artifacts () { if [ "$FLATTEN_ARTIFACTS" != "0" ]; then mv out/target/product/$TARGET_OUT_DIR/* out/ - rm -r out/target fi } -- cgit v1.2.3