Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f1679a0c authored by Yi-Yo Chiang's avatar Yi-Yo Chiang
Browse files

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
parent 4d7c613c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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)
+3 −0
Original line number Diff line number Diff line
@@ -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)