aboutsummaryrefslogtreecommitdiff
path: root/lkft-aosp-master-x15.yaml
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2019-11-08 22:36:02 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2019-11-08 22:36:02 +0800
commit7c47e774a9341a493616e1ba25a913ab8bb9e4ba (patch)
treee6f1586fab2049d8ae8067b26733cef95c974607 /lkft-aosp-master-x15.yaml
parent6970b5a707a0add6b2b74fb8af6690e90ba68ac5 (diff)
lkft-aosp-master-x15.yaml: delete the build director
to make the build start from zero Change-Id: I6e113999f4ffc25467f10701a6e58cfbf72286c8 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
Diffstat (limited to 'lkft-aosp-master-x15.yaml')
-rw-r--r--lkft-aosp-master-x15.yaml3
1 files changed, 0 insertions, 3 deletions
diff --git a/lkft-aosp-master-x15.yaml b/lkft-aosp-master-x15.yaml
index e221d601..39808a68 100644
--- a/lkft-aosp-master-x15.yaml
+++ b/lkft-aosp-master-x15.yaml
@@ -107,10 +107,7 @@
export CONFIG=`base64 -w 0 config.txt`
# Delete sources before build to save space
- mv ${ANDROID_ROOT}/.repo ${DIR_SRV_AOSP_MASTER}/.repo-bak
rm -fr ${ANDROID_ROOT} && mkdir -p ${ANDROID_ROOT}
- mv ${DIR_SRV_AOSP_MASTER}/.repo-bak ${ANDROID_ROOT}/.repo
- rm -fr ${ANDROID_ROOT}/.repo/manifests ${ANDROID_ROOT}/.repo/local_manifests
# Build Android for X15
build-tools/node/build us-east-1.ec2-git-mirror.linaro.org "${CONFIG}"