sm6225-common: Enable ELF checks for libmdmcutback

Change-Id: Ibd66ea406b1749abb9bb07941b0e96f54870f13d
This commit is contained in:
Michael Bestas
2025-03-11 02:08:32 +02:00
parent 7cc832ef91
commit 12b6d73285
+2 -1
View File
@@ -5,6 +5,7 @@
soong_namespace { soong_namespace {
imports: [ imports: [
"device/motorola/sm6225-common", "device/motorola/sm6225-common",
"hardware/motorola",
"hardware/qcom-caf/sm8250", "hardware/qcom-caf/sm8250",
"hardware/qcom-caf/wlan", "hardware/qcom-caf/wlan",
"vendor/qcom/opensource/dataservices", "vendor/qcom/opensource/dataservices",
@@ -5313,6 +5314,7 @@ cc_prebuilt_library_shared {
"libsensorndkbridge", "libsensorndkbridge",
"libqmimotext", "libqmimotext",
"liblog", "liblog",
"libqsap_sdk",
"vendor.qti.hardware.bluetooth_sar@1.1", "vendor.qti.hardware.bluetooth_sar@1.1",
"libhidlbase", "libhidlbase",
"libxml2", "libxml2",
@@ -5324,7 +5326,6 @@ cc_prebuilt_library_shared {
}, },
}, },
compile_multilib: "64", compile_multilib: "64",
check_elf_files: false,
prefer: true, prefer: true,
soc_specific: true, soc_specific: true,
} }