From 021eb4d038c3e3546157ce53cb7af5a360d4124e Mon Sep 17 00:00:00 2001 From: Roger Ellis Date: Sat, 15 Jan 2022 13:40:28 +0800 Subject: [PATCH] sm8550-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 adc5eb2..4bf4116 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -5,6 +5,7 @@ # BUILD_BROKEN_DUP_RULES := true +BUILD_BROKEN_ELF_PREBUILT_PRODUCT_COPY_FILES := true COMMON_PATH := device/samsung/sm8550-common