aboutsummaryrefslogtreecommitdiff
path: root/android-lcr
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2018-12-19 21:44:28 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2018-12-19 15:33:10 +0000
commit885d8a8343ab9ccd7af78ae23fd9803045456771 (patch)
tree893aa51e2ca7a70a8c2c7a7a6d88f62db818d56f /android-lcr
parentaedb3ba2b26136b463a41a4a75eea7dc3176a090 (diff)
lcr hikey builders-v2.sh: more settings for vendorimage
also clean the prebuilts/clang/host/linux-x86 directory to workaround the problem reported here: https://ci.linaro.org/job/android-lcr-reference-hikey-p/69/console Change-Id: Icbf3b3d3c9d7530807acbbe1c02984395aa39dca Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
Diffstat (limited to 'android-lcr')
-rwxr-xr-xandroid-lcr/hikey/builders-v2.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/android-lcr/hikey/builders-v2.sh b/android-lcr/hikey/builders-v2.sh
index 82598a94a5..0cec275799 100755
--- a/android-lcr/hikey/builders-v2.sh
+++ b/android-lcr/hikey/builders-v2.sh
@@ -11,6 +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
mkdir -p build/
cd build/
@@ -42,8 +43,8 @@ if [ "X${BUILD_VENDOR_FOR_4_4}" = "Xtrue" ]; then
cd build/
source build/envsetup.sh
lunch hikey-userdebug
- rm -rf out/target/product/hikey
- make vendorimage TARGET_KERNEL_USE=4.4 TARGET_COMPRESSED_KERNEL=false
+ rm -rf out/target/product/hikey/vendor*
+ make vendorimage TARGET_KERNEL_USE=4.4 TARGET_COMPRESSED_KERNEL=false TARGET_BUILD_KERNEL=false HIKEY_USE_DRM_HWCOMPOSER=false
cp out/target/product/hikey/vendor.img out/vendor-4.4.img
xz out/vendor-4.4.img
cd -