From 24e1d7182068f2eb333c31230efe5b6b3c3b7456 Mon Sep 17 00:00:00 2001 From: Roger Ellis Date: Wed, 13 May 2020 16:56:10 -0700 Subject: [PATCH] sm8250-common: Allow ELF prebuilts in PRODUCT_COPY_FILES. * ELF prebuilts were banned in PRODUCT_COPY_FILES starting May 11th. See b/156534160 for long-term fix which should override this change. Change-Id: Icd25b40ca4e4285319775046a1b70de30572be07 --- BoardConfigCommon.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index c24c8ac..8141585 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