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" ;;