From b5c0571daf37c8e6b938411830f71b888921d7f5 Mon Sep 17 00:00:00 2001 From: Roger Ellis Date: Wed, 13 May 2020 16:56:10 -0700 Subject: [PATCH] sm7250-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 7913015..e4fc487 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -15,6 +15,7 @@ # BUILD_BROKEN_DUP_RULES := true +BUILD_BROKEN_ELF_PREBUILT_PRODUCT_COPY_FILES := true BOARD_VENDOR := oneplus