From f36bb66a1b6b6140f2c753154b87d98b94013cb3 Mon Sep 17 00:00:00 2001 From: Roger Ellis Date: Sat, 9 Oct 2021 15:30:23 +0200 Subject: veux: 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 --- BoardConfig.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/BoardConfig.mk b/BoardConfig.mk index 0c1d161..ab2d7b7 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -11,6 +11,7 @@ include device/xiaomi/sm6375-common/BoardConfigCommon.mk # Build Broken BUILD_BROKEN_DUP_RULES := true +BUILD_BROKEN_ELF_PREBUILT_PRODUCT_COPY_FILES := true # Display TARGET_SCREEN_DENSITY := 440 -- cgit v1.2.3