From c71b05b0f0289c4c47ff4ab1ca0cc315705e73bb Mon Sep 17 00:00:00 2001 From: Gang G Chen Date: Wed, 11 Jun 2025 22:36:15 +0800 Subject: [PATCH] Define INITBOOT_ENABLE for generic boot image Test Done: build Tracked-On: OAM-133111 Signed-off-by: Gang G Chen --- groups/init-boot/false/product.mk | 2 ++ groups/init-boot/true/product.mk | 5 ----- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/groups/init-boot/false/product.mk b/groups/init-boot/false/product.mk index 822899e4a..187779026 100644 --- a/groups/init-boot/false/product.mk +++ b/groups/init-boot/false/product.mk @@ -1,3 +1,5 @@ +INITBOOT_ENABLE := false + # disable debug boot image for GSI testing # For Generic Kernel Image (GKI) using devices that have a vendor_boot partition, # boot-debug.img mustn't be flashed, as the boot partition must be flashed with diff --git a/groups/init-boot/true/product.mk b/groups/init-boot/true/product.mk index ec0a52d91..120411c87 100644 --- a/groups/init-boot/true/product.mk +++ b/groups/init-boot/true/product.mk @@ -1,9 +1,4 @@ -{{#initboot_enable}} INITBOOT_ENABLE := true -{{/initboot_enable}} -{{^initboot_enable}} -INITBOOT_ENABLE := false -{{/initboot_enable}} # disable debug boot image for GSI testing # For Generic Kernel Image (GKI) using devices that have a vendor_boot partition,