From 448998bf1d6a513d3414ecbcb9602403642e2a7c Mon Sep 17 00:00:00 2001 From: Bruno Martins Date: Sun, 23 Jun 2024 12:39:38 +0100 Subject: [PATCH] sm7125-common: Unset BUILD_BROKEN_INCORRECT_PARTITION_IMAGES Qualcomm targets can now build hermetic partitions. Change-Id: I241105e01d85fea983b34846ca675666ac07541b --- BoardConfigCommon.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 3f91337..94f1511 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -18,7 +18,6 @@ COMMON_PATH := device/samsung/sm7125-common BUILD_BROKEN_DUP_RULES := true BUILD_BROKEN_ELF_PREBUILT_PRODUCT_COPY_FILES := true -BUILD_BROKEN_INCORRECT_PARTITION_IMAGES := true # APEX image DEXPREOPT_GENERATE_APEX_IMAGE := true