sm6375-common: Disable ELF checks on device specific libs
Change-Id: Iff53502e94cee5a065b75300992a632aca84e0c3
This commit is contained in:
parent
f444e38f54
commit
d17fd6452b
2 changed files with 3 additions and 1 deletions
|
@ -52,6 +52,7 @@ lib_fixups: lib_fixups_user_type = {
|
|||
'libdpmframework',
|
||||
'libqsap_sdk',
|
||||
'libril',
|
||||
'libthermalclient',
|
||||
'libwpa_client',
|
||||
'vendor.qti.qspmhal@1.0',
|
||||
): lib_fixup_remove,
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
# libcne, libwqe, lowi-server, mutualex depend on libwpa_client, which is a gnu makefile target
|
||||
# libmdmcutback depends on libqsap_sdk, which is a gnu makefile target
|
||||
# libmotext_inf, libril-qcril-hook-oem depend on libril, which is a gnu makefile target
|
||||
# thermal-engine depends on libthermalclient, which is device specific
|
||||
|
||||
# ADSP
|
||||
vendor/bin/adsprpcd
|
||||
|
@ -928,7 +929,7 @@ vendor/lib64/hw/vendor.qti.hardware.soter@1.0-impl.so
|
|||
vendor/lib64/vendor.qti.hardware.soter@1.0.so
|
||||
|
||||
# Thermal engine
|
||||
vendor/bin/thermal-engine
|
||||
vendor/bin/thermal-engine;DISABLE_CHECKELF
|
||||
vendor/etc/init/init_thermal-engine.rc
|
||||
vendor/lib/libthermalclient.so
|
||||
vendor/lib64/libthermalclient.so
|
||||
|
|
Loading…
Reference in a new issue