post_boot: Remove energy-awareness to start from shell

Enery-awareness is started as a service in init.target.rc. Removing it
from the init.qcom.post_boot.sh

Change-Id: Ifa34a1da02c9bcdf945cec6f2d2bdd3ae59801e7
This commit is contained in:
Maulik Shah 2016-02-23 13:14:02 +05:30
parent 8cf6458c97
commit 4845c5a765
1 changed files with 0 additions and 3 deletions

View File

@ -1236,9 +1236,6 @@ case "$target" in
# Set Memory parameters
configure_memory_parameters
# start energy-awareness service
start energy-awareness
;;
esac
;;