sm6375-common: Drop power init script
* Switch back to old init script for power stuffs. * Bring back post boot script. Change-Id: Ifca0be0f7bb767dfeb601083e66e73c88521f880
This commit is contained in:
parent
e347735dcb
commit
5d3970a285
5 changed files with 6543 additions and 143 deletions
|
|
@ -29,7 +29,6 @@
|
|||
# SPDX-License-Identifier: BSD-3-Clause-Clear
|
||||
#
|
||||
|
||||
import /vendor/etc/init/hw/init.qcom.power.rc
|
||||
import /vendor/etc/init/hw/init.qcom.usb.rc
|
||||
import /vendor/etc/init/hw/init.target.rc
|
||||
|
||||
|
|
@ -548,6 +547,13 @@ service qcom-sh /vendor/bin/init.qcom.sh
|
|||
group root system radio
|
||||
oneshot
|
||||
|
||||
service qcom-post-boot /vendor/bin/init.qcom.post_boot.sh
|
||||
class late_start
|
||||
user root
|
||||
group root system wakelock graphics
|
||||
disabled
|
||||
oneshot
|
||||
|
||||
service wifi-sdio-on /vendor/bin/init.qcom.sdio.sh
|
||||
class late_start
|
||||
group wifi inet
|
||||
|
|
@ -560,6 +566,9 @@ service wifi-crda /vendor/bin/init.crda.sh
|
|||
disabled
|
||||
oneshot
|
||||
|
||||
on property:sys.boot_completed=1
|
||||
start qcom-post-boot
|
||||
|
||||
on property:ro.vendor.ril.mbn_copy_completed=1
|
||||
write /data/vendor/radio/copy_complete 1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue