init.target.rc: Use the EA binary in vendor/bin path
EA binary is moved to system/vendor/bin path from system/bin. Update the same in init.target.rc file. Change-Id: I5a83a3d4de50797cf8081909003abab77b518ba4
This commit is contained in:
parent
46f0dcf111
commit
fdb8bc18c1
1 changed files with 1 additions and 1 deletions
|
@ -323,7 +323,7 @@ service imsdatadaemon /system/vendor/bin/imsdatadaemon
|
||||||
# class core
|
# class core
|
||||||
# oneshot
|
# oneshot
|
||||||
|
|
||||||
service energy-awareness /system/bin/energy-awareness
|
service energy-awareness /system/vendor/bin/energy-awareness
|
||||||
class main
|
class main
|
||||||
user system
|
user system
|
||||||
group system
|
group system
|
||||||
|
|
Loading…
Reference in a new issue