diff options
author | Linux Build Service Account <lnxbuild@quicinc.com> | 2017-06-26 15:02:27 -0700 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-06-26 15:02:27 -0700 |
commit | 2f8365ba79377839cac4a5413bd212888a7cf253 (patch) | |
tree | 59c06ddc937c390906df722ea3a002d3cf37bf5a | |
parent | 0269390aed3aa05437e74f2f8cff1a3a1aa3feef (diff) | |
parent | 1b4e9b1a6c5ba19d9e4149e78e586ed280b9d48b (diff) |
Merge "sdm660_64: Start the hvdcp_opti service from /system/vendor/bin"
-rwxr-xr-x | init.target.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.target.rc b/init.target.rc index cc76001..1df32a7 100755 --- a/init.target.rc +++ b/init.target.rc @@ -425,7 +425,7 @@ service tlocd /system/bin/tloc_daemon user system group drmrpc -service hvdcp_opti /system/bin/hvdcp_opti +service hvdcp_opti /system/vendor/bin/hvdcp_opti class main user root group system wakelock |