From 6e2978fdcf7eab9bfa88d3a11b778ee01977c4e6 Mon Sep 17 00:00:00 2001 From: Roger Ellis Date: Sat, 9 Oct 2021 15:30:23 +0200 Subject: [PATCH] sm6250-common: Add exclusion for vendor ELF prebuilts - ELF prebuilts were banned in PRODUCT_COPY_FILES starting May 11. - Adding BUILD_BROKEN_ELF_PREBUILT_PRODUCT_COPY_FILES := true to BoardConfig.mk temoporarily. - See b/156534160 for long-term fix which should override this change. Test: Build Bug: 156534160 Change-Id: I7d80798d3b2d3818bc835fcede21de2e7ab04735 --- BoardConfigCommon.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 826d04d..0986a3e 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -7,6 +7,7 @@ COMMON_PATH := device/xiaomi/sm6250-common BUILD_BROKEN_DUP_RULES := true +BUILD_BROKEN_ELF_PREBUILT_PRODUCT_COPY_FILES := true # Architecture TARGET_ARCH := arm64