diff --git a/extract-files.py b/extract-files.py index e061c98..600a6d7 100755 --- a/extract-files.py +++ b/extract-files.py @@ -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, diff --git a/proprietary-files.txt b/proprietary-files.txt index b234eb0..e735368 100644 --- a/proprietary-files.txt +++ b/proprietary-files.txt @@ -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