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",
|
"libmdmcutback",
|
||||||
"liblog",
|
"liblog",
|
||||||
"libsysutils",
|
"libsysutils",
|
||||||
|
"libril",
|
||||||
"libc++",
|
"libc++",
|
||||||
"libc",
|
"libc",
|
||||||
"libm",
|
"libm",
|
||||||
|
@ -8238,7 +8239,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,
|
||||||
}
|
}
|
||||||
|
@ -9194,6 +9194,7 @@ cc_prebuilt_library_shared {
|
||||||
shared_libs: [
|
shared_libs: [
|
||||||
"libcutils",
|
"libcutils",
|
||||||
"libutils",
|
"libutils",
|
||||||
|
"libril",
|
||||||
"libdiag",
|
"libdiag",
|
||||||
"libc++",
|
"libc++",
|
||||||
"libc",
|
"libc",
|
||||||
|
@ -9203,7 +9204,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,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue