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

Change-Id: I89337736a322f0d1102d3bc99ff4dabef5ceeafa
This commit is contained in:
Karan Parashar 2024-10-05 22:02:45 +02:00 committed by zaidkhan0997
parent 9b02e1f3b7
commit 19cbb7c8b1
Signed by: zaidkhan0997
GPG Key ID: 6C50557AD547C980
2 changed files with 4 additions and 3 deletions

View File

@ -5426,7 +5426,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,
@ -7768,7 +7769,7 @@ cc_prebuilt_binary {
target: {
android_arm64: {
srcs: ["proprietary/vendor/bin/diag-router"],
shared_libs: ["libhidlbase", "libutils", "libqsocket", "libqrtr", "liblog", "vendor.qti.diaghal@1.0", "libhidlmemory", "android.hidl.allocator@1.0", "android.hidl.memory@1.0", "libc++", "libc", "libm", "libdl", ],
shared_libs: ["libhidlbase", "libutils", "libqsocket", "libqrtr", "liblog", "vendor.qti.diaghal@1.0-vendor", "libhidlmemory", "android.hidl.allocator@1.0", "android.hidl.memory@1.0", "libc++", "libc", "libm", "libdl", ],
},
},
compile_multilib: "64",

View File

@ -440,7 +440,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 \