Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions groups/init-boot/false/product.mk
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 0 additions & 5 deletions groups/init-boot/true/product.mk
Original file line number Diff line number Diff line change
@@ -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,
Expand Down