peridot: Fix vendor.qti.diaghal@1.0 ELF checks

Change-Id: If054379a497d549e91af6c401527475652791902
This commit is contained in:
AdarshGrewal
2025-08-17 11:48:07 +05:30
parent 7cc430e46c
commit a27c277017
2 changed files with 4 additions and 3 deletions

View File

@@ -28292,7 +28292,8 @@ cc_prebuilt_library_shared {
} }
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", owner: "xiaomi",
strip: { strip: {
none: true, none: true,
@@ -39952,7 +39953,7 @@ cc_prebuilt_binary {
"libqsocket", "libqsocket",
"libqrtr", "libqrtr",
"liblog", "liblog",
"vendor.qti.diaghal@1.0", "vendor.qti.diaghal@1.0_vendor",
"libhidlmemory", "libhidlmemory",
"android.hidl.allocator@1.0", "android.hidl.allocator@1.0",
"android.hidl.memory@1.0", "android.hidl.memory@1.0",

View File

@@ -2236,7 +2236,7 @@ PRODUCT_PACKAGES += \
vendor.qti.data.mwqem@1.0 \ vendor.qti.data.mwqem@1.0 \
vendor.qti.data.mwqemaidlservice-V1-ndk \ vendor.qti.data.mwqemaidlservice-V1-ndk \
vendor.qti.data.slm@1.0 \ vendor.qti.data.slm@1.0 \
vendor.qti.diaghal@1.0 \ vendor.qti.diaghal@1.0_vendor \
vendor.qti.gnss-V5-ndk \ vendor.qti.gnss-V5-ndk \
vendor.qti.gnss-service \ vendor.qti.gnss-service \
vendor.qti.hardware.AGMIPC@1.0-impl \ vendor.qti.hardware.AGMIPC@1.0-impl \