From 6badd42a14c26bec881986eb0c6421de000e1a70 Mon Sep 17 00:00:00 2001 From: danielml Date: Sat, 14 Sep 2024 13:03:58 +0200 Subject: [PATCH] sm8350-common: Fix vendor.qti.diaghal@1.0 elf checks Change-Id: I6336f5a2fda3721e03bfc21030a9b1092d0c9828 --- proprietary-files.txt | 2 +- setup-makefiles.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/proprietary-files.txt b/proprietary-files.txt index 4759072..edb8a76 100644 --- a/proprietary-files.txt +++ b/proprietary-files.txt @@ -133,7 +133,7 @@ vendor/lib64/hw/vendor.qti.hardware.capabilityconfigstore@1.0-impl.so vendor/bin/diag-router vendor/etc/init/vendor.qti.diag.rc -vendor/etc/vintf/manifest/vendor.qti.diag.hal.service.xml -vendor/lib64/vendor.qti.diaghal@1.0.so +vendor/lib64/vendor.qti.diaghal@1.0.so;MODULE_SUFFIX=-vendor # Display - from XQ-BC72 61.2.A.0.410 vendor/etc/display/DPU660.xml|b26dd73e361546d89bf3d7082a471703dc6ac2cb diff --git a/setup-makefiles.sh b/setup-makefiles.sh index 96fe06b..90ada51 100755 --- a/setup-makefiles.sh +++ b/setup-makefiles.sh @@ -43,6 +43,7 @@ function lib_to_package_fixup_vendor_variants() { case "$1" in com.qualcomm.qti.dpm.api@1.0 | \ libmmosal | \ + vendor.qti.diaghal@1.0 | \ vendor.qti.hardware.wifidisplaysession@1.0 | \ vendor.qti.imsrtpservice@3.0) echo "$1-vendor"