sm6250-common: fix vendor.qti.hardware.fm@1.0 ELF checks

Change-Id: I43f0824f88c24dd9d039f9075090c17f4266ab2d
This commit is contained in:
Michael Bestas
2024-08-25 08:30:58 +03:00
committed by Giovanni Ricca
parent dd7ce65c00
commit b7d900e7ca
2 changed files with 6 additions and 5 deletions
+5 -4
View File
@@ -6856,7 +6856,7 @@ cc_prebuilt_library_shared {
"libhidlbase", "libhidlbase",
"liblog", "liblog",
"libutils", "libutils",
"vendor.qti.hardware.fm@1.0", "vendor.qti.hardware.fm@1.0_vendor",
"libc++", "libc++",
"libc", "libc",
"libm", "libm",
@@ -7336,7 +7336,7 @@ cc_prebuilt_library_shared {
"libhidlbase", "libhidlbase",
"liblog", "liblog",
"libutils", "libutils",
"vendor.qti.hardware.fm@1.0", "vendor.qti.hardware.fm@1.0_vendor",
"android.hardware.bluetooth@1.0-impl-qti", "android.hardware.bluetooth@1.0-impl-qti",
"libqmi", "libqmi",
"libqmiservices", "libqmiservices",
@@ -13865,7 +13865,8 @@ cc_prebuilt_library_shared {
} }
cc_prebuilt_library_shared { cc_prebuilt_library_shared {
name: "vendor.qti.hardware.fm@1.0", name: "vendor.qti.hardware.fm@1.0_vendor",
stem: "vendor.qti.hardware.fm@1.0",
owner: "xiaomi", owner: "xiaomi",
strip: { strip: {
none: true, none: true,
@@ -17802,7 +17803,7 @@ cc_prebuilt_binary {
"libutils", "libutils",
"libhidlbase", "libhidlbase",
"android.hardware.bluetooth@1.0", "android.hardware.bluetooth@1.0",
"vendor.qti.hardware.fm@1.0", "vendor.qti.hardware.fm@1.0_vendor",
"vendor.qti.hardware.bluetooth_sar@1.0", "vendor.qti.hardware.bluetooth_sar@1.0",
"vendor.qti.hardware.bluetooth_sar@1.1", "vendor.qti.hardware.bluetooth_sar@1.1",
"vendor.qti.hardware.btconfigstore@1.0", "vendor.qti.hardware.btconfigstore@1.0",
+1 -1
View File
@@ -765,7 +765,7 @@ PRODUCT_PACKAGES += \
vendor.qti.hardware.data.lce@1.0 \ vendor.qti.hardware.data.lce@1.0 \
vendor.qti.hardware.data.qmi@1.0 \ vendor.qti.hardware.data.qmi@1.0 \
vendor.qti.hardware.dsp@1.0 \ vendor.qti.hardware.dsp@1.0 \
vendor.qti.hardware.fm@1.0 \ vendor.qti.hardware.fm@1.0_vendor \
vendor.qti.hardware.mwqemadapter@1.0 \ vendor.qti.hardware.mwqemadapter@1.0 \
vendor.qti.hardware.qccsyshal@1.0 \ vendor.qti.hardware.qccsyshal@1.0 \
vendor.qti.hardware.radio.am@1.0 \ vendor.qti.hardware.radio.am@1.0 \