From d6024e9fa98dbf77cc182248cac3fa43b6bb1470 Mon Sep 17 00:00:00 2001 From: Omar Hamad Date: Thu, 7 Oct 2021 14:08:41 +0200 Subject: [PATCH] sdm660-common: set RELAX_USES_LIBRARY_CHECK true required libraries in build system is [] vs qcom.fmradio in https://github.com/LineageOS/android_vendor_qcom_opensource_fm-commonsys/blob/8920992b4352403535e18cf73238d282e8711890/fmapp2/AndroidManifest.xml#L63 note for me: reset this and rm qcom.fmradio library from fm-commonsys Signed-off-by: pix106 --- BoardConfigCommon.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index afcf28bb..ed8e5721 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -34,6 +34,7 @@ BUILD_BROKEN_VINTF_PRODUCT_COPY_FILES := true BUILD_BROKEN_USES_BUILD_COPY_HEADERS := true BUILD_BROKEN_MISSING_REQUIRED_MODULES := true BUILD_BROKEN_ELF_PREBUILT_PRODUCT_COPY_FILES := true +RELAX_USES_LIBRARY_CHECK := true # Architecture TARGET_ARCH := arm64