From 4e6e487df63ad44d64b34bad6d9e3356e21aed35 Mon Sep 17 00:00:00 2001 From: Kyle Harrison Date: Wed, 10 Aug 2022 17:49:50 -0600 Subject: [PATCH] msm8974-common: Enable BUILD_BROKEN_ELF_PREBUILT_PRODUCT_COPY_FILES --- BoardConfigCommon.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 3d15e1e..7e8b0d0 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -90,6 +90,9 @@ TARGET_NEEDS_NETD_DIRECT_CONNECT_RULE := true # Power TARGET_USES_INTERACTION_BOOST := true +# Prebuilt +BUILD_BROKEN_ELF_PREBUILT_PRODUCT_COPY_FILES := true + # Properties TARGET_SYSTEM_PROP += device/samsung/msm8974-common/system.prop