aboutsummaryrefslogtreecommitdiff
path: root/lkft
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2019-06-24 12:27:44 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2019-06-24 12:27:44 +0800
commitc596f714d136992ed323d5de946d98ee39ad2683 (patch)
tree6235edd2289ccc6ae4484faf30dbf7d033b3ad5b /lkft
parent94542be1c69613879c558d748ef6460cb5708f3e (diff)
lkft android: remove android-build-configs
so that we would get the latest build configs Change-Id: I1341c5345d1fb3b607e378519f3343c464c103fb Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
Diffstat (limited to 'lkft')
-rwxr-xr-xlkft/common/builders-v2.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lkft/common/builders-v2.sh b/lkft/common/builders-v2.sh
index c8f3776a..f0bd09b4 100755
--- a/lkft/common/builders-v2.sh
+++ b/lkft/common/builders-v2.sh
@@ -28,7 +28,7 @@ fi
cd /home/buildslave/srv/${BUILD_DIR}
# clean the workspace to avoid repo sync problem
-rm -fr kernel/ti/4.19 prebuilts/linaro-prebuilts/ kernel/common/mainline
+rm -fr kernel/ti/4.19 prebuilts/linaro-prebuilts/ kernel/common/mainline android-build-configs
wget https://android-git.linaro.org/android-build-configs.git/plain/lkft/linaro-lkft.sh?h=lkft -O linaro-lkft.sh
chmod +x linaro-lkft.sh