msm8937-common: thermal: Add thermal send rule socket to thermal service init
Add thermal send rule socket to thermal service initialization script This change is required for SE Android so that thermal socket context are not overridden by init. Change-Id: I8774b62f35f72a481f9976dda5d1aee1e19d8374
This commit is contained in:
parent
897f4860d8
commit
24fa892a90
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@ service thermal-engine /system/vendor/bin/thermal-engine
|
|||
socket thermal-send-client stream 0666 system system
|
||||
socket thermal-recv-client stream 0660 system system
|
||||
socket thermal-recv-passive-client stream 0666 system system
|
||||
socket thermal-send-rule stream 0660 system system
|
||||
group root
|
||||
|
||||
service wcnss-service /vendor/bin/wcnss_service
|
||||
|
|
Loading…
Reference in a new issue