aboutsummaryrefslogtreecommitdiff
path: root/android-lcr
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2019-09-09 09:57:29 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2019-09-09 09:57:29 +0800
commit971136b7ef584b14405d5655702bc1d1d157dd7e (patch)
tree9b6874fac4a20a5e0575abd27cf5605e7244c93d /android-lcr
parent9f530b126cc3f39ea1d959ae4b197fc5d9cd9afb (diff)
android-lcr/hikey/builders-v2.sh: fix the typo of clang dircectory name
Change-Id: I59cb99765b674eed76f1f31418d3c233d18db6d9 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
Diffstat (limited to 'android-lcr')
-rwxr-xr-xandroid-lcr/hikey/builders-v2.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/android-lcr/hikey/builders-v2.sh b/android-lcr/hikey/builders-v2.sh
index 81fc101e..37c3ecd0 100755
--- a/android-lcr/hikey/builders-v2.sh
+++ b/android-lcr/hikey/builders-v2.sh
@@ -11,7 +11,7 @@ source build-configs/${BUILD_CONFIG_FILENAME}
rm -rf build/out build/android-patchsets build/device
# clean hikey kernel repositories
rm -rf build/kernel/linaro
-rm -fr build/.repo/projects/prebuilts/clang/host/linux-x86.git build/prebuilts/clang/host/linux-x8
+rm -fr build/.repo/projects/prebuilts/clang/host/linux-x86.git build/prebuilts/clang/host/linux-x86
# clean build-info directory which depends on systemtarball, is not suppported by aosp master
rm -rf build/build-info