klte-common: Add wakelock GID for rild and wifi
Change-Id: Id87b253c51677d21cb332c82f675da6ff94ffe7b
This commit is contained in:
parent
122421eb21
commit
b1627d7f21
1 changed files with 3 additions and 1 deletions
|
@ -981,6 +981,7 @@ service wpa_supplicant /system/bin/wpa_supplicant \
|
|||
class main
|
||||
socket wpa_wlan0 dgram 660 wifi wifi
|
||||
disabled
|
||||
group system wakelock
|
||||
oneshot
|
||||
|
||||
service p2p_supplicant /system/bin/wpa_supplicant \
|
||||
|
@ -997,6 +998,7 @@ service p2p_supplicant /system/bin/wpa_supplicant \
|
|||
class main
|
||||
socket wpa_wlan0 dgram 660 wifi wifi
|
||||
disabled
|
||||
group system wakelock
|
||||
oneshot
|
||||
|
||||
service macloader /system/bin/macloader
|
||||
|
@ -1009,7 +1011,7 @@ service ril-daemon /system/bin/rild
|
|||
socket sap_uim_socket1 stream 660 bluetooth bluetooth
|
||||
socket rild-debug stream 660 radio system
|
||||
user root
|
||||
group radio cache inet misc audio log qcom_diag
|
||||
group radio cache inet misc audio log wakelock qcom_diag
|
||||
|
||||
|
||||
on property:init.svc.macloader=stopped
|
||||
|
|
Loading…
Reference in a new issue