sm6375-common: Enable ELF checks for libril-qcril-hook-oem.so
Change-Id: I5079c44b4ea3cd5f94ade580272704e4f37c2385
This commit is contained in:
parent
020bf639c0
commit
0c68d854b9
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue