init: qcom: Enable sensors on MSM8974

Setup sensors directory structure and start sensors
service on MSM8974.

Change-Id: I3f6c9e9d0aaa03c09ea5c1fe0cfda2bacb46c87e
This commit is contained in:
David Ng 2012-09-13 16:22:52 -07:00
parent 81ada81b70
commit e2f379c9cd
1 changed files with 3 additions and 1 deletions

View File

@ -129,5 +129,7 @@ case "$target" in
start profiler_daemon;;
esac
;;
"msm8974")
start_sensors
;;
esac