From 189b622ad15f2403524bb95cae92fcbc22f5d1ae Mon Sep 17 00:00:00 2001 From: Cole Faust Date: Tue, 3 Oct 2023 15:51:10 -0700 Subject: [PATCH] sm7325-common: Add BUILD_BROKEN_INCORRECT_PARTITION_IMAGES Qcom has issues that prevent it from working with a hermetic partition build. Bug: 205632228 Test: Presubmits Change-Id: I490a29da38a6f68e7dd3650d8140cb11adaa8c7a --- BoardConfigCommon.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 61d7ad0..f8998ae 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -36,9 +36,10 @@ TARGET_2ND_CPU_VARIANT_RUNTIME := kryo385 # Bootloader TARGET_NO_BOOTLOADER := true -# Build +# BUILD_BROKEN_* BUILD_BROKEN_DUP_RULES := true BUILD_BROKEN_ELF_PREBUILT_PRODUCT_COPY_FILES := true +BUILD_BROKEN_INCORRECT_PARTITION_IMAGES := true # Kernel BOARD_BOOT_HEADER_VERSION := 3