From 74074360acbf250c6c4b716d85c4e18e54dec1ed Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Sun, 25 Aug 2024 08:30:58 +0300 Subject: [PATCH] sm6150-common: fix vendor.qti.hardware.fm@1.0 ELF checks Change-Id: I43f0824f88c24dd9d039f9075090c17f4266ab2d --- proprietary-files.txt | 2 +- setup-makefiles.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/proprietary-files.txt b/proprietary-files.txt index dffd94d..ab24d4c 100644 --- a/proprietary-files.txt +++ b/proprietary-files.txt @@ -196,7 +196,7 @@ vendor/etc/seccomp_policy/vendor.qti.hardware.dsp.policy -system_ext/lib64/libfm-hci.so -system_ext/lib64/vendor.qti.hardware.fm@1.0.so -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_SUFFIX=_vendor # Graphics -vendor/lib/egl/eglSubDriverAndroid.so diff --git a/setup-makefiles.sh b/setup-makefiles.sh index 404cca0..a718215 100755 --- a/setup-makefiles.sh +++ b/setup-makefiles.sh @@ -40,6 +40,7 @@ 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.imsrtpservice@3.0) echo "$1_vendor" ;;