diff options
author | Demon Singur <demonsingur@gmail.com> | 2018-06-18 05:09:44 +0000 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2019-01-26 13:56:25 +0100 |
commit | 7c7f8d13df3525c50a5b73c43422556d6e1581f7 (patch) | |
tree | 55a6a247a293c4f6e1a155ff6180f7ee3b2a63c8 /rootdir/etc/init.qcom.rc | |
parent | 9aea9eb6bd7991700f96a7e2d8d1ce295784fd5c (diff) |
msm8996-common: Remove energy awareness daemon
All this does is to disable msm_core and set the
polling_interval to 0, which makes the driver useless.
We can achieve the same result by disabling the driver.
Change-Id: Ic19c505ed74811a3d1b76703255af3aa5cb37bf9
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
Diffstat (limited to 'rootdir/etc/init.qcom.rc')
-rw-r--r-- | rootdir/etc/init.qcom.rc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index e42d629..afff94c 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -595,13 +595,6 @@ on property:init.svc.vendor.hwcomposer-2-1=running on property:init.svc.vendor.hwcomposer-2-1=restarting stop vendor.ppd -service vendor.energy-awareness /vendor/bin/energy-awareness - class main - user root - group system - oneshot - writepid /dev/cpuset/system-background/tasks - on property:init.svc.surfaceflinger=restarting stop hwcomposer-2-1 start hwcomposer-2-1 |