From fbd395ff6ec848a45914b5604f25d96c532d5dc9 Mon Sep 17 00:00:00 2001 From: Yongqin Liu Date: Wed, 27 Jan 2021 20:49:49 +0800 Subject: hikey960: add super.img to update image super.img was not included in the update image and was therefore not visible to update tools Test: the super.img is in the hikey960-img-eng.xxx.zip file Signed-off-by: Yongqin Liu Change-Id: I1e025c7ac57f4b6c88333ab47065d018afe2f4ee --- hikey960/BoardConfig.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/hikey960/BoardConfig.mk b/hikey960/BoardConfig.mk index d17a5b9d..939723b0 100644 --- a/hikey960/BoardConfig.mk +++ b/hikey960/BoardConfig.mk @@ -59,5 +59,6 @@ BOARD_SUPER_PARTITION_SIZE := 4915724288 BOARD_SUPER_PARTITION_GROUPS := hikey960_dynamic_partitions BOARD_HIKEY960_DYNAMIC_PARTITIONS_PARTITION_LIST := system vendor system_ext product BOARD_HIKEY960_DYNAMIC_PARTITIONS_SIZE := 4915724288 +BOARD_SUPER_IMAGE_IN_UPDATE_PACKAGE := true TARGET_RECOVERY_FSTAB := device/linaro/hikey/hikey960/fstab.hikey960 -- cgit v1.2.3