Revert "sdm660-common: Rollback to stock thermal blobs"

This reverts commit 17cdc85e96.
This commit is contained in:
SonicBSV
2024-07-24 22:11:54 +03:00
parent 71c427b38e
commit cbebda8ec7
4 changed files with 21 additions and 3 deletions
View File
@@ -0,0 +1,20 @@
#! /bin/sh
#
#Copyright (c) 2019-2021 Qualcomm Technologies, Inc.
#All Rights Reserved.
#Confidential and Proprietary - Qualcomm Technologies, Inc.
#
#Copyright (c) 2013-2018, The Linux Foundation. All rights reserved.
#
service thermal-engine /vendor/bin/thermal-engine
class main
user root
group root
socket thermal-send-client stream 0660 system oem_2907
socket thermal-recv-client stream 0660 system oem_2907
socket thermal-recv-passive-client stream 0660 system oem_2907
socket thermal-send-rule stream 0660 system oem_2907
on property:sys.boot_completed=1
restart thermal-engine
Binary file not shown.