Revert "gs101: use prebuilt GKI boot.img for production builds" am: fd484a10f9 am: e7e626b251 am: b3adcc0213

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15285033

Change-Id: Ic1fb66ced2175a01474d7e619eb0335f8fb565bc
This commit is contained in:
Chris Fries 2021-07-14 17:25:44 +00:00 committed by Automerger Merge Worker
commit 2b89cb6cd5

View file

@ -53,13 +53,8 @@ BOARD_KERNEL_CMDLINE += stack_depot_disable=off page_pinner=on
BOARD_BOOTCONFIG += androidboot.boot_devices=14700000.ufs
TARGET_NO_BOOTLOADER := true
TARGET_NO_RADIOIMAGE := true
ifeq (,$(TARGET_PREBUILT_KERNEL))
TARGET_NO_KERNEL := true
BOARD_PREBUILT_BOOTIMAGE := $(TARGET_KERNEL_DIR)/boot.img
else
TARGET_NO_KERNEL := false
endif
TARGET_NO_RADIOIMAGE := true
BOARD_USES_GENERIC_KERNEL_IMAGE := true
BOARD_MOVE_RECOVERY_RESOURCES_TO_VENDOR_BOOT := true
BOARD_MOVE_GSI_AVB_KEYS_TO_VENDOR_BOOT := true