From 2a34b8e1da2cf8b3ee2999cc63774f5971c2f3c1 Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Sun, 25 Aug 2024 08:30:58 +0300 Subject: [PATCH] sm7325-common: fix vendor.qti.hardware.fm@1.0 ELF checks Change-Id: I43f0824f88c24dd9d039f9075090c17f4266ab2d --- 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 1a644d9..f57fc6b 100644 --- a/proprietary-files.txt +++ b/proprietary-files.txt @@ -369,7 +369,7 @@ vendor/lib64/vendor.qti.hardware.eid@1.0.so # FM vendor/lib64/hw/vendor.qti.hardware.fm@1.0-impl.so -vendor/lib64/vendor.qti.hardware.fm@1.0.so +vendor/lib64/vendor.qti.hardware.fm@1.0.so;MODULE=vendor.qti.hardware.fm@1.0-vendor # Gatekeeper vendor/bin/hw/android.hardware.gatekeeper@1.0-service-qti diff --git a/setup-makefiles.sh b/setup-makefiles.sh index cc8b5f2..08094bc 100755 --- a/setup-makefiles.sh +++ b/setup-makefiles.sh @@ -39,7 +39,8 @@ function lib_to_package_fixup_vendor_variants() { fi case "$1" in - com.qualcomm.qti.dpm.api@1.0) + com.qualcomm.qti.dpm.api@1.0 | \ + vendor.qti.hardware.fm@1.0) echo "$1-vendor" ;; *)