init: qcom: Enable sensors on MSM8974
Setup sensors directory structure and start sensors service on MSM8974. Change-Id: I3f6c9e9d0aaa03c09ea5c1fe0cfda2bacb46c87e
This commit is contained in:
parent
81ada81b70
commit
e2f379c9cd
|
@ -129,5 +129,7 @@ case "$target" in
|
|||
start profiler_daemon;;
|
||||
esac
|
||||
;;
|
||||
|
||||
"msm8974")
|
||||
start_sensors
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Reference in New Issue