aboutsummaryrefslogtreecommitdiff
path: root/android-lcr
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2018-12-19 11:29:03 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2018-12-19 11:29:03 +0800
commit34301f844c7cf13b2d28378fab1e07b53f617801 (patch)
tree96487416464bbb882f257a876c3fdb7230fc6b3e /android-lcr
parentbd168c59c40fa695c40c85dfd49234190e616cf0 (diff)
android lcr hikey: fix problem for vendor-4.4 building
need to set TARGET_COMPRESSED_KERNEL=false Change-Id: Ib085490823921c70343099ca4e50bd5dba144082 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 cf7747e300..82598a94a5 100755
--- a/android-lcr/hikey/builders-v2.sh
+++ b/android-lcr/hikey/builders-v2.sh
@@ -43,7 +43,7 @@ if [ "X${BUILD_VENDOR_FOR_4_4}" = "Xtrue" ]; then
source build/envsetup.sh
lunch hikey-userdebug
rm -rf out/target/product/hikey
- make vendorimage TARGET_KERNEL_USE=4.4
+ make vendorimage TARGET_KERNEL_USE=4.4 TARGET_COMPRESSED_KERNEL=false
cp out/target/product/hikey/vendor.img out/vendor-4.4.img
xz out/vendor-4.4.img
cd -