From 0f6992ac10415973c8b7de3d469c76880898d68a Mon Sep 17 00:00:00 2001 From: Cole Faust Date: Tue, 3 Oct 2023 15:51:10 -0700 Subject: [PATCH] stone: 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 Signed-off-by: Arijit78 --- BoardConfig.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/BoardConfig.mk b/BoardConfig.mk index cef7fef..0dc354d 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -57,6 +57,7 @@ TARGET_NO_BOOTLOADER := true # Build Broken BUILD_BROKEN_DUP_RULES := true BUILD_BROKEN_ELF_PREBUILT_PRODUCT_COPY_FILES := true +BUILD_BROKEN_INCORRECT_PARTITION_IMAGES := true # Board Info TARGET_BOARD_INFO_FILE := $(DEVICE_PATH)/board-info.txt