move insmod script to gs-common
Bug: 243763292 Test: boot to home Change-Id: I4662b5265ccaaf92889931214597fabc120e9dbc
This commit is contained in:
parent
d9c27233c0
commit
89501813f0
5 changed files with 27 additions and 97 deletions
|
@ -239,8 +239,8 @@ on init
|
|||
# Modem temperature driver
|
||||
chown radio system /sys/devices/platform/cp-tm1/cp_temp
|
||||
|
||||
# Loading common kernel modules in background
|
||||
start insmod_sh_common
|
||||
# insert display module
|
||||
start init_display
|
||||
|
||||
# Charge stats (write 0)
|
||||
chown system system /sys/class/power_supply/battery/charge_stats
|
||||
|
@ -826,7 +826,7 @@ on property:persist.sys.test_harness=1 && property:persist.vendor.testing_batte
|
|||
on property:persist.vendor.adaptive.charge.soc=*
|
||||
write /sys/class/power_supply/battery/charge_limit ${persist.vendor.adaptive.charge.soc}
|
||||
|
||||
service insmod_sh_common /vendor/bin/init.insmod.sh /vendor/etc/init.insmod.gs101.cfg
|
||||
service init_display /vendor/bin/init.display.sh
|
||||
class main
|
||||
user root
|
||||
group root system
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue