From 091b1e141b62baffe0bec537554f1a4c20ba51d9 Mon Sep 17 00:00:00 2001 From: Chris Fries Date: Wed, 14 Jul 2021 15:23:13 +0000 Subject: [PATCH] Revert "gs101: use prebuilt GKI boot.img for production builds" This reverts commit 63ba0cb1affa83446f10585d403c81cc618be71a. Reason for revert: Tentatively trying to address, http://b/193588301 OTA full package does not exist in O6/R4_SD1A.210714.001 userdebug build [SD1A] Bug: 193588301 Change-Id: I9d5d9fc132bc7eaf7c0adccee7a18558d80edb40 --- BoardConfig-common.mk | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/BoardConfig-common.mk b/BoardConfig-common.mk index cff6ed27..ba119b9c 100644 --- a/BoardConfig-common.mk +++ b/BoardConfig-common.mk @@ -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