Merge "Stop building boot-debug-*.img for GKI" am: 94ce4dbe2f am: 1508e90b94 am: 6af5d973a9 am: 53470799ab am: f007c07865

Original change: https://android-review.googlesource.com/c/platform/build/+/1839817

Change-Id: I5493884cc4a52e73b5ef3bce4cf5f3e5e4f06b9f
This commit is contained in:
Treehugger Robot
2021-10-04 09:07:57 +00:00
committed by Automerger Merge Worker
2 changed files with 6 additions and 0 deletions

View File

@@ -35,4 +35,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)