miatoll: Decommonized Tree check-in

there is no no need for common tree if all device is this much identical
clean overlays
This commit is contained in:
darkbeast69
2021-02-01 13:43:33 +00:00
committed by Aryan Gupta
parent 554eb8b0ac
commit dd386feca7
43 changed files with 1523 additions and 119 deletions

View File

@ -0,0 +1,24 @@
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
disabled
service vendor.nfc_hal_service /vendor/bin/hw/android.hardware.nfc@1.2-service
override
class hal
user nfc
group nfc
disabled
on boot && property:ro.product.vendor.device=*
mount none /vendor/etc/thermal-engine-map-${ro.product.vendor.device}.conf /vendor/etc/thermal-engine-map.conf bind
start thermal-engine
on init && property:ro.boot.hwname=joyeuse
setprop ro.boot.product.hardware.sku joyeuse
start vendor.nfc_hal_service