diff options
| author | TheScarastic <warabhishek@gmail.com> | 2017-08-19 17:39:53 +0530 |
|---|---|---|
| committer | Adarsh-MR <adarshmr1998@gmail.com> | 2017-09-17 06:42:54 +0000 |
| commit | eb135dedea0041102287d4ee10896be2b248d4eb (patch) | |
| tree | ce2ffcadc93b2c1111cd549779c61b458701c887 | |
| parent | 68acd40f5cff7e9a44d39b1f39fc2d5cd9fc2d25 (diff) | |
kenzo: decommonize thermal libs
| -rwxr-xr-x | proprietary-files.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/proprietary-files.txt b/proprietary-files.txt index d718e3f..59d55ca 100755 --- a/proprietary-files.txt +++ b/proprietary-files.txt @@ -576,6 +576,12 @@ vendor/qcril.db etc/sensors/hals.conf:vendor/etc/sensors/hals.conf etc/sensors/sensor_def_qcomdev.conf +# Thermal +vendor/bin/thermal-engine +vendor/lib64/libthermalclient.so +vendor/lib64/libthermalioctl.so +vendor/lib/libthermalclient.so + # Time services -app/TimeService/TimeService.apk bin/time_daemon |
