sm6375-common: Enable ELF checks for libril-qcril-hook-oem.so
* And moto deps. Change-Id: I5079c44b4ea3cd5f94ade580272704e4f37c2385
This commit is contained in:
parent
967a55f175
commit
2efc5625de
2 changed files with 2 additions and 5 deletions
|
|
@ -30,11 +30,9 @@ namespace_imports = [
|
|||
'vendor/qcom/opensource/display',
|
||||
]
|
||||
|
||||
|
||||
def lib_fixup_vendor_suffix(lib: str, partition: str, *args, **kwargs):
|
||||
return f'{lib}_{partition}' if partition == 'vendor' else None
|
||||
|
||||
|
||||
lib_fixups: lib_fixups_user_type = {
|
||||
**lib_fixups,
|
||||
(
|
||||
|
|
@ -51,7 +49,6 @@ lib_fixups: lib_fixups_user_type = {
|
|||
'libdiag_system',
|
||||
'libdpmframework',
|
||||
'libqsap_sdk',
|
||||
'libril',
|
||||
'libthermalclient',
|
||||
'libwpa_client',
|
||||
'vendor.qti.qspmhal@1.0',
|
||||
|
|
|
|||
Loading…
Reference in a new issue