Enable ELF checks for libril-qcril-hook-oem.so

Change-Id: I5079c44b4ea3cd5f94ade580272704e4f37c2385
This commit is contained in:
Nolen Johnson 2025-01-08 14:54:13 -05:00
parent ab9fd632ed
commit 703a2cd707

View File

@ -9279,6 +9279,7 @@ cc_prebuilt_library_shared {
"libmdmcutback",
"liblog",
"libsysutils",
"libril",
"libc++",
"libc",
"libm",
@ -9287,7 +9288,6 @@ cc_prebuilt_library_shared {
},
},
compile_multilib: "64",
check_elf_files: false,
prefer: true,
soc_specific: true,
}
@ -10350,6 +10350,7 @@ cc_prebuilt_library_shared {
shared_libs: [
"libcutils",
"libutils",
"libril",
"libdiag",
"libc++",
"libc",
@ -10359,7 +10360,6 @@ cc_prebuilt_library_shared {
},
},
compile_multilib: "64",
check_elf_files: false,
prefer: true,
soc_specific: true,
}