From 8fe6a097e57c4343431d935a3bcadbe7e26a56dd Mon Sep 17 00:00:00 2001 From: Cosmin Tanislav Date: Sat, 17 Aug 2024 02:23:32 +0300 Subject: [PATCH] sm6150-common: Fix com.qualcomm.qti.dpm.api@1.0 ELF checks Change-Id: I759752ccc133d7047d415eb83c5d3c55820437a4 --- proprietary-files.txt | 2 +- setup-makefiles.sh | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/proprietary-files.txt b/proprietary-files.txt index 71d8334..dffd94d 100644 --- a/proprietary-files.txt +++ b/proprietary-files.txt @@ -155,7 +155,7 @@ system_ext/framework/dpmapi.jar system_ext/priv-app/dpmserviceapp/dpmserviceapp.apk -vendor/bin/dpmQmiMgr vendor/etc/init/dpmQmiMgr.rc --vendor/lib64/com.qualcomm.qti.dpm.api@1.0.so +-vendor/lib64/com.qualcomm.qti.dpm.api@1.0.so;MODULE_SUFFIX=_vendor -vendor/lib64/libdpmqmihal.so # DRM diff --git a/setup-makefiles.sh b/setup-makefiles.sh index 0a8b853..404cca0 100755 --- a/setup-makefiles.sh +++ b/setup-makefiles.sh @@ -39,7 +39,8 @@ function lib_to_package_fixup_vendor_variants() { fi case "$1" in - vendor.qti.imsrtpservice@3.0) + com.qualcomm.qti.dpm.api@1.0 | \ + vendor.qti.imsrtpservice@3.0) echo "$1_vendor" ;; *)