gs101: Remove BOARD_PREBUILT_BOOTIMAGE check

With this check in place, `build_kernel` won't get automatically called
when boot.img doesn't yet exist.

Change-Id: I0601a3dcc5c7b3cee2aa99de4441c1e2dcbf2a03
This commit is contained in:
LuK1337
2025-10-28 13:30:57 +01:00
parent 95a7513af6
commit 51fa92a6d6

View File

@@ -51,11 +51,7 @@ BOARD_BOOTCONFIG += androidboot.boot_devices=14700000.ufs
TARGET_NO_BOOTLOADER := true
TARGET_NO_RADIOIMAGE := true
BOARD_PREBUILT_BOOTIMAGE := $(wildcard $(TARGET_KERNEL_DIR)/boot.img)
ifneq (,$(BOARD_PREBUILT_BOOTIMAGE))
TARGET_NO_KERNEL := true
else
TARGET_NO_KERNEL := false
endif
BOARD_USES_GENERIC_KERNEL_IMAGE := true
BOARD_MOVE_RECOVERY_RESOURCES_TO_VENDOR_BOOT := true
BOARD_MOVE_GSI_AVB_KEYS_TO_VENDOR_BOOT := true