Replace TARGET_NO_KERNEL with BOARD_KERNEL_IMAGE_NAME
TARGET_NO_KERNEL prevented INSTALLED_BOOTIMAGE_TARGET from being defined, breaking the target-files packaging step. Use BOARD_KERNEL_IMAGE_NAME instead to satisfy kernel.mk. Copyright (C) 2026 Brendan Szymanski <hello@bscubed.dev>
This commit is contained in:
parent
13a4f388a8
commit
28195c2d33
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ TARGET_SCREEN_DENSITY := 240
|
|||
# Kernel
|
||||
BOARD_CUSTOM_BOOTIMG := true
|
||||
BOARD_CUSTOM_BOOTIMG_MK := $(DEVICE_PATH)/mkbootimg.mk
|
||||
TARGET_NO_KERNEL := true
|
||||
BOARD_KERNEL_IMAGE_NAME := Image
|
||||
BOARD_KERNEL_CMDLINE := console=ttyS2,1500000 no_console_suspend root=/dev/ram0 rootwait androidboot.hardware=opi5ultra
|
||||
|
||||
# Manifest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue