From 0b02dd3d270f660df462b133ef8a3851dd0aa111 Mon Sep 17 00:00:00 2001 From: Cole Faust Date: Tue, 3 Oct 2023 15:51:10 -0700 Subject: [PATCH] sm6225-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 | 1 + 1 file changed, 1 insertion(+) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index a8876ac..771b3f9 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -8,6 +8,7 @@ COMMON_PATH := device/motorola/sm6225-common BUILD_BROKEN_DUP_RULES := true BUILD_BROKEN_ELF_PREBUILT_PRODUCT_COPY_FILES := true +BUILD_BROKEN_INCORRECT_PARTITION_IMAGES := true # ANT+ BOARD_ANT_WIRELESS_DEVICE := "qualcomm-hidl"