aboutsummaryrefslogtreecommitdiff
path: root/lkft-aosp-master-x15.yaml
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2019-11-13 07:35:42 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2019-11-12 23:45:49 +0000
commita05f72ef560d198e8800a5cc54789711619789f1 (patch)
tree2435170a75abbe22986d65f57b19537024c1650f /lkft-aosp-master-x15.yaml
parente97d04288ffe7b2b6d343dbd79f5d1951fc7854c (diff)
lkft-aosp-master-x15.yaml: fix the path of vendor.img
Change-Id: I770141f86087fd4ddceaf9cb4253dcace930c072 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
Diffstat (limited to 'lkft-aosp-master-x15.yaml')
-rw-r--r--lkft-aosp-master-x15.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lkft-aosp-master-x15.yaml b/lkft-aosp-master-x15.yaml
index 62284ba5..14145227 100644
--- a/lkft-aosp-master-x15.yaml
+++ b/lkft-aosp-master-x15.yaml
@@ -186,7 +186,7 @@
KERNELDIR=${X15_KERNEL_DIR} make -j$(nproc) bootfitimage vendorimage
mv ${DIR_PUB_SRC_PRODUCT}/boot_fit.img ${DIR_PUB_SRC}/boot_fit-4.19-${KERNEL_DESCRIBE_X15_4_19}.img
- mv ${DIR_PUB_SRC_PRODUCT}/out/vendor.img ${DIR_PUB_SRC}/vendor-4.19-${KERNEL_DESCRIBE_X15_4_19}.img
+ mv ${DIR_PUB_SRC_PRODUCT}/vendor.img ${DIR_PUB_SRC}/vendor-4.19-${KERNEL_DESCRIBE_X15_4_19}.img
[ -n "${DIR_PUB_SRC}/vendor-4.19-${KERNEL_DESCRIBE_X15_4_19}.img" ] && X15_VENDOR_4_19_IMG_SHA256SUM=$(sha256sum ${DIR_PUB_SRC}/vendor-4.19-${KERNEL_DESCRIBE_X15_4_19}.img | cut -d\ -f1)
[ -n "${DIR_PUB_SRC}/boot_fit-4.19-${KERNEL_DESCRIBE_X15_4_19}.img" ] && X15_BOOT_FIT_4_19_IMG_SHA256SUM=$(sha256sum ${DIR_PUB_SRC}/boot_fit-4.19-${KERNEL_DESCRIBE_X15_4_19}.img | cut -d\ -f1)