From 96bc440071d6fbb4617fa3333165f08a1d6150aa Mon Sep 17 00:00:00 2001 From: Roger Ellis Date: Wed, 13 May 2020 16:56:10 -0700 Subject: [PATCH] sm8350-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 c58b333..b5b9391 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