aboutsummaryrefslogtreecommitdiff
path: root/android-lcr
diff options
context:
space:
mode:
authorVictor Chong <victor.chong@linaro.org>2019-05-20 12:45:07 +0100
committerYongqin Liu <yongqin.liu@linaro.org>2019-05-20 13:28:31 +0000
commite93d7f2082ab35ccc98e0e3e651c7b3e561d0791 (patch)
tree9f080826947450f351fb5164bc626d62cf867977 /android-lcr
parent5dc1381afe05ede263540749e1d4572e7102d18e (diff)
android lcr common builders: fix kmgk dir path..
..in 'rm' command Fixes: 067c7185 ("android lcr common builders: rm kmgk dir before..") Change-Id: Ic57faac1ad697fd903854010789d4bd7d39984c6 Signed-off-by: Victor Chong <victor.chong@linaro.org>
Diffstat (limited to 'android-lcr')
-rwxr-xr-xandroid-lcr/common/builders.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/android-lcr/common/builders.sh b/android-lcr/common/builders.sh
index 6b5b7258..d419db06 100755
--- a/android-lcr/common/builders.sh
+++ b/android-lcr/common/builders.sh
@@ -35,7 +35,7 @@ export PATH=${HOME}/bin:${PATH}
# Install helper packages
rm -rf build-tools jenkins-tools build-configs build/bionic build/frameworks/base build/system/core build/device build/out build/android-patchsets build/kernel/ti/x15 build/kernel/hikey-linaro build/hardware/interfaces
-rm -fr build/external/optee_test build/external/optee_client build/optee/optee_os build/optee/edk2 device/linaro/kmgk
+rm -fr build/external/optee_test build/external/optee_client build/optee/optee_os build/optee/edk2 build/device/linaro/kmgk
git clone --depth 1 https://git.linaro.org/infrastructure/linaro-android-build-tools.git build-tools
git clone --depth 1 https://git.linaro.org/infrastructure/linaro-jenkins-tools.git jenkins-tools
git clone --depth 1 http://android-git.linaro.org/git/android-build-configs.git build-configs