diff options
author | Anirudh Ghayal <aghayal@codeaurora.org> | 2017-06-23 16:28:49 +0530 |
---|---|---|
committer | Anirudh Ghayal <aghayal@codeaurora.org> | 2017-06-23 16:30:21 +0530 |
commit | 1b4e9b1a6c5ba19d9e4149e78e586ed280b9d48b (patch) | |
tree | 53e698d543a62e1c021675b25eb18d9ff4abb8d8 /init.target.rc | |
parent | c5d4a1a4908b68e2faded100c9e5d802dc77aac8 (diff) |
sdm660_64: Start the hvdcp_opti service from /system/vendor/bin
hvdcp_opti now starts in /system/vendor/bin/*
Change-Id: I355b993b27fc1a3e32d55a295b005c95dfc6b3c3
Diffstat (limited to 'init.target.rc')
-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 |