sm6375-common: Enable ELF checks for libril-qcril-hook-oem.so

Change-Id: I5079c44b4ea3cd5f94ade580272704e4f37c2385
This commit is contained in:
Nolen Johnson 2025-01-19 20:45:37 +05:30 committed by Anand S
parent 020bf639c0
commit 0c68d854b9
No known key found for this signature in database
GPG key ID: 3B2983FA448B3D61

View file

@ -8230,6 +8230,7 @@ cc_prebuilt_library_shared {
"libmdmcutback",
"liblog",
"libsysutils",
"libril",
"libc++",
"libc",
"libm",
@ -8238,7 +8239,6 @@ cc_prebuilt_library_shared {
},
},
compile_multilib: "64",
check_elf_files: false,
prefer: true,
soc_specific: true,
}
@ -9194,6 +9194,7 @@ cc_prebuilt_library_shared {
shared_libs: [
"libcutils",
"libutils",
"libril",
"libdiag",
"libc++",
"libc",
@ -9203,7 +9204,6 @@ cc_prebuilt_library_shared {
},
},
compile_multilib: "64",
check_elf_files: false,
prefer: true,
soc_specific: true,
}