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", "libmdmcutback",
"liblog", "liblog",
"libsysutils", "libsysutils",
"libril",
"libc++", "libc++",
"libc", "libc",
"libm", "libm",
@ -9287,7 +9288,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,
} }
@ -10350,6 +10350,7 @@ cc_prebuilt_library_shared {
shared_libs: [ shared_libs: [
"libcutils", "libcutils",
"libutils", "libutils",
"libril",
"libdiag", "libdiag",
"libc++", "libc++",
"libc", "libc",
@ -10359,7 +10360,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,
} }