diff options
author | dd3boh <dade.garberi@gmail.com> | 2017-08-25 18:50:48 +0200 |
---|---|---|
committer | dd3boh <dade.garberi@gmail.com> | 2017-09-06 14:55:55 +0200 |
commit | 6cfe06207d65a9265f4e8589950c55eba8541ad2 (patch) | |
tree | 3b4e85e32e2bbccae3ea0b7ace8737bb2a769433 /rootdir/etc/init.qcom.power.rc | |
parent | 50f159b2ce3ecfbf5326d1c42dbbce07f29a4009 (diff) |
rootdir: Cleanup the qcom-post-boot part
Signed-off-by: dd3boh <dade.garberi@gmail.com>
Diffstat (limited to 'rootdir/etc/init.qcom.power.rc')
-rwxr-xr-x | rootdir/etc/init.qcom.power.rc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/rootdir/etc/init.qcom.power.rc b/rootdir/etc/init.qcom.power.rc index 6d835ef..aaef463 100755 --- a/rootdir/etc/init.qcom.power.rc +++ b/rootdir/etc/init.qcom.power.rc @@ -156,7 +156,5 @@ on property:sys.boot_completed=1 on property:init.svc.recovery=running trigger enable-low-power -# It's set in "bootanimation_main.cpp" when shutdown charging. -# service "qcom-post-boot" is defined in [init.qcom.rc] on Qcom platform for CPU frequence configuration. on property:sys.shutdown_charging=1 - start qcom-post-boot +# just going to let it there for the future |