From f9aa9445d7720d1012108f254e7ab5bf6f16593f Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Wed, 18 Sep 2024 13:34:59 +0300 Subject: [PATCH] sm8450-common: Enable ELF checks for libwfdmmsrc_proprietary Change-Id: I7eecffc5481b44451094a6816e50436ad084db7a --- proprietary-files.txt | 3 +-- setup-makefiles.sh | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/proprietary-files.txt b/proprietary-files.txt index 9182b61..6798c72 100644 --- a/proprietary-files.txt +++ b/proprietary-files.txt @@ -1046,8 +1046,7 @@ vendor/lib64/libwfdhdcpcp.so vendor/lib64/libwfdhdcpservice_proprietary.so vendor/lib64/libwfdmminterface_proprietary.so vendor/lib64/libwfdmmservice_proprietary.so -# libwfdmmsrc_proprietary depends on libwfdaac_vendor, which is a gnu makefile target -vendor/lib64/libwfdmmsrc_proprietary.so;DISABLE_CHECKELF +vendor/lib64/libwfdmmsrc_proprietary.so vendor/lib64/libwfdmodulehdcpsession.so vendor/lib64/libwfdrtsp_vendor.so vendor/lib64/libwfdsessionmodule.so diff --git a/setup-makefiles.sh b/setup-makefiles.sh index 9672ae7..f363e6f 100755 --- a/setup-makefiles.sh +++ b/setup-makefiles.sh @@ -53,8 +53,7 @@ function lib_to_package_fixup_vendor_variants() { libagm | \ libar-pal | \ libpalclient | \ - libwpa_client | \ - libwfdaac_vendor) + libwpa_client) ;; *) return 1