From 5b8f8a584ef18b3c0229cd3fa8c6ef9f83a139d8 Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Fri, 1 Nov 2024 22:36:38 -0700 Subject: [PATCH] sm8550-common: fix vendor.qti.hardware.fm@1.0 ELF checks Change-Id: I1c5c3e95d3ebf067d8b1d14789db049e396cff6c Signed-off-by: Kai Jones <19639817+488315@users.noreply.github.com> --- 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 0bbf4ca..f5bb2ea 100644 --- a/proprietary-files.txt +++ b/proprietary-files.txt @@ -215,7 +215,7 @@ vendor/lib64/libbt-hidlclient.so vendor/lib64/libsehbluetooth_audio_session_aidl.so vendor/lib64/vendor.qti.hardware.bluetooth_sar@1.0.so vendor/lib64/vendor.qti.hardware.bluetooth_sar@1.1.so -vendor/lib64/vendor.qti.hardware.fm@1.0.so +vendor/lib64/vendor.qti.hardware.fm@1.0.so;MODULE_SUFFIX=_vendor vendor/lib64/vendor.samsung.hardware.bluetooth.a2dpsink@1.0.so vendor/lib64/vendor.samsung.hardware.bluetooth.audio-V1-ndk.so vendor/lib64/vendor.samsung.hardware.bluetooth.audio-impl.so diff --git a/setup-makefiles.sh b/setup-makefiles.sh index 5ee2b00..342c417 100755 --- a/setup-makefiles.sh +++ b/setup-makefiles.sh @@ -43,6 +43,7 @@ function lib_to_package_fixup_vendor_variants() { case "$1" in vendor.qti.diaghal@1.0 | \ libsecril-client | \ + vendor.qti.hardware.fm@1.0 | \ libhyper) echo "$1_vendor" ;;