sm8350-common: Fix vendor.qti.diaghal@1.0 elf checks

Change-Id: I6336f5a2fda3721e03bfc21030a9b1092d0c9828
This commit is contained in:
danielml 2024-10-28 03:24:50 +00:00 committed by DigiGoon
parent a7cc6aebb3
commit 1b1688f403
2 changed files with 4 additions and 3 deletions

View file

@ -9588,7 +9588,8 @@ cc_prebuilt_library_shared {
}
cc_prebuilt_library_shared {
name: "vendor.qti.diaghal@1.0",
name: "vendor.qti.diaghal@1.0_vendor",
stem: "vendor.qti.diaghal@1.0",
owner: "xiaomi",
strip: {
none: true,
@ -13436,7 +13437,7 @@ cc_prebuilt_binary {
"libqsocket",
"libqrtr",
"liblog",
"vendor.qti.diaghal@1.0",
"vendor.qti.diaghal@1.0_vendor",
"libhidlmemory",
"android.hidl.allocator@1.0",
"android.hidl.memory@1.0",

View file

@ -424,7 +424,7 @@ PRODUCT_PACKAGES += \
vendor.qti.data.factory@2.3 \
vendor.qti.data.mwqem@1.0 \
vendor.qti.data.slm@1.0 \
vendor.qti.diaghal@1.0 \
vendor.qti.diaghal@1.0_vendor \
vendor.qti.esepowermanager@1.0 \
vendor.qti.esepowermanager@1.1 \
vendor.qti.gnss@1.0 \