From 789d6c966282bd83d4bbd573693d6eed217ea510 Mon Sep 17 00:00:00 2001 From: Cosmin Tanislav Date: Sat, 17 Aug 2024 02:03:24 +0300 Subject: [PATCH] sm6225-common: fix vendor.qti.imsrtpservice@3.0 ELF checks Change-Id: Ia1995d0a3360317843685082e3226ab30f124d09 --- 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 2ba71c7..c47c583 100644 --- a/proprietary-files.txt +++ b/proprietary-files.txt @@ -386,7 +386,7 @@ vendor/lib64/vendor.qti.ims.rcsuce@1.0.so vendor/lib64/vendor.qti.ims.rcsuce@1.1.so vendor/lib64/vendor.qti.ims.rcsuce@1.2.so vendor/lib64/vendor.qti.imsrtpservice@3.0-service-Impl.so -vendor/lib64/vendor.qti.imsrtpservice@3.0.so +vendor/lib64/vendor.qti.imsrtpservice@3.0.so;MODULE=vendor.qti.imsrtpservice@3.0-vendor # IO prefetcher vendor/bin/hw/vendor.qti.hardware.iop@2.0-service diff --git a/setup-makefiles.sh b/setup-makefiles.sh index 900ac8a..331ad6d 100755 --- a/setup-makefiles.sh +++ b/setup-makefiles.sh @@ -39,7 +39,8 @@ function lib_to_package_fixup_vendor_variants() { case "$1" in com.qualcomm.qti.dpm.api@1.0 | \ - vendor.qti.hardware.fm@1.0) + vendor.qti.hardware.fm@1.0 | \ + vendor.qti.imsrtpservice@3.0) echo "$1-vendor" ;; *)