Skip to content

Commit c71b05b

Browse files
committed
Define INITBOOT_ENABLE for generic boot image
Test Done: build Tracked-On: OAM-133111 Signed-off-by: Gang G Chen <gang.g.chen@intel.com>
1 parent 2051f86 commit c71b05b

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

groups/init-boot/false/product.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
INITBOOT_ENABLE := false
2+
13
# disable debug boot image for GSI testing
24
# For Generic Kernel Image (GKI) using devices that have a vendor_boot partition,
35
# boot-debug.img mustn't be flashed, as the boot partition must be flashed with

groups/init-boot/true/product.mk

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
{{#initboot_enable}}
21
INITBOOT_ENABLE := true
3-
{{/initboot_enable}}
4-
{{^initboot_enable}}
5-
INITBOOT_ENABLE := false
6-
{{/initboot_enable}}
72

83
# disable debug boot image for GSI testing
94
# For Generic Kernel Image (GKI) using devices that have a vendor_boot partition,

0 commit comments

Comments
 (0)