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>
This commit is contained in:
Michael Bestas
2024-11-01 22:36:38 -07:00
committed by chaptsand
parent 4e1d3120f3
commit 5b8f8a584e
2 changed files with 2 additions and 1 deletions

View File

@@ -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

View File

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