summaryrefslogtreecommitdiff
path: root/Android.bp
AgeCommit message (Collapse)Author
2023-02-25thermal-hal: cleanup libhidltransport from thermal halManaf Meethalavalappu Pallikunhi
The libhidltransport is deprecated. Remove libhidltransport reference from thermal hal. Change-Id: Ib03688abaecd445f81e115f13e130da7f6fd2be2 Signed-off-by: chrisl7 <wandersonrodriguesf1@gmail.com>
2021-07-29thermal-hal: Add exception handling for stoiRam Chandrasekar
stoi can throw exception when an invalid value is passed in buffer. Enable exception handling and add retry mechanism when a exception is thrown. Change-Id: I2c1e0ddbbb408cb6b9739b516296125ec1efd64a
2021-05-04thermal-hal: Include the correct v2 rc fileRam Chandrasekar
Include the correct v2 rc file to start the thermal hal v2 binary. Change-Id: I338b25c49fc098d6f597dc1a59404edac85ec375
2021-04-26thermal-hal: Add support for new thermal HAl v2 binaryRam Chandrasekar
Add support for new thermal HAL v2 binary, which can listen to the thermal framework netlink messages instead of the uevents sent by the userspace governor. This new binary should be selected only for the kernel version supporting the new netlink messages in thermal framework. Change-Id: I31cdb93fb73d59ff3eb94eb76d6e42b3448c3ee9
2020-07-09thermal-hal: Add support for HAL2.0Ram Chandrasekar
Add support for thermal HAL 2.0 interfaces. Also add support for HAL 1.0 interfaces to be backward compatible. Change-Id: Ib0be008605db2751bda21f537ea694b3f9849800