aboutsummaryrefslogtreecommitdiff
path: root/build-scripts/helpers
diff options
context:
space:
mode:
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 698cd19..1137b3e 100644
--- a/build-scripts/helpers
+++ b/build-scripts/helpers
@@ -136,7 +136,7 @@ download_another_build () {
}
flatten_artifacts () {
- if [ "$FLATTEN_ARTIFACTS" == "1" ]; then
+ if [ "$FLATTEN_ARTIFACTS" != "0" ]; then
mv out/target/product/$TARGET_PRODUCT/* out/
rm -r out/target
fi