diff options
| author | Todd Poynor <toddpoynor@google.com> | 2013-09-10 19:33:34 -0700 |
|---|---|---|
| committer | Todd Poynor <toddpoynor@google.com> | 2013-09-17 14:41:07 -0700 |
| commit | 59e51e792a13e017d0f1b85a02fcc56815ea83d6 (patch) | |
| tree | 25408c925846dd46044cce7ac949c054a5c3faff | |
| parent | fea5b4d44b2f646a4befb6be92ddc3987b38bb36 (diff) | |
| download | system_core-59e51e792a13e017d0f1b85a02fcc56815ea83d6.zip system_core-59e51e792a13e017d0f1b85a02fcc56815ea83d6.tar.gz system_core-59e51e792a13e017d0f1b85a02fcc56815ea83d6.tar.bz2 | |
init.rc: no longer start healthd in charger mode
Being moved to healthd/charger mode in board-specific init.rc.
Change-Id: Ie9fc2e5abc1737fbffec8fb071c73f5fd96e4d17
| -rw-r--r-- | rootdir/init.rc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index aa4c975..3f6ce6d 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -411,11 +411,6 @@ service healthd /sbin/healthd critical seclabel u:r:healthd:s0 -service healthd-charger /sbin/healthd -n - class charger - critical - seclabel u:r:healthd:s0 - service console /system/bin/sh class core console |
