diff options
| author | elelinux <ele.linux@gmail.com> | 2014-08-19 19:48:35 -0700 |
|---|---|---|
| committer | Ethan Chen <intervigil@gmail.com> | 2014-08-19 19:48:35 -0700 |
| commit | d6e727171e8bf9f6fc7d9decebb8f4a130d666ad (patch) | |
| tree | 8bf25f37bcc949c17af517ff42ae1aac54686c21 | |
| parent | 98203b8e02028cf77b4ee4242b05b2a50b5e4228 (diff) | |
klte: Add adsprpcd service entry
| -rw-r--r-- | rootdir/etc/init.qcom.rc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 311433c..27df4a4 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -1049,6 +1049,11 @@ on boot # Services begin here +service adsprpcd /system/bin/adsprpcd + class main + user media + group media + service qcamerasvr /system/bin/mm-qcamera-daemon class main user camera |
