Stop building boot-debug-*.img for GKI

GKI devices should be using vendor_boot-debug.img from their device
build instead.

Bug: 200945738
Test: Presubmit
Change-Id: I4ff19f8ccef9befc826c02a628cc15f5d2f68b10
This commit is contained in:
Yi-Yo Chiang 2021-09-29 20:17:38 +08:00
parent 4d7c613c58
commit f1679a0c1d
2 changed files with 6 additions and 0 deletions

View File

@ -39,4 +39,7 @@ endif
PRODUCT_BUILD_VENDOR_BOOT_IMAGE := false
PRODUCT_BUILD_RECOVERY_IMAGE := false
# GKI devices should use vendor_boot-debug.img instead.
PRODUCT_BUILD_DEBUG_BOOT_IMAGE := false
$(call inherit-product, $(SRC_TARGET_DIR)/product/generic_ramdisk.mk)

View File

@ -28,4 +28,7 @@ endif
PRODUCT_BUILD_VENDOR_BOOT_IMAGE := false
PRODUCT_BUILD_RECOVERY_IMAGE := false
# GKI devices should use vendor_boot-debug.img instead.
PRODUCT_BUILD_DEBUG_BOOT_IMAGE := false
$(call inherit-product, $(SRC_TARGET_DIR)/product/generic_ramdisk.mk)