summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorandroid-build-bot <android-build-bot@fake-email.com>2015-07-07 06:36:02 +0530
committerandroid-build-bot <android-build-bot@fake-email.com>2015-07-07 06:39:51 +0530
commit22a8f34059194459d9405643e6d6041810615be0 (patch)
tree0178fc68d986e5ee418f4079f87c863e3c8ec9ae /build.sh
parentcc17cdbaa9b200b0cd63048bcdde3106a27998c9 (diff)
Remove out/host content since target dir is on tempfs
Signed-off-by: android-build-bot <android-build-bot@fake-email.com>
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index ab18e37..973007b 100755
--- a/build.sh
+++ b/build.sh
@@ -114,7 +114,7 @@ cd -
MAKE_JOBS=${cpu_count}
#Clean previous build artifacts
-rm -rf out/*
+rm -rf out/host/
source build/envsetup.sh
lunch $LUNCH_TARGET