memtrack: Add init_rc file for the android.hardware.memtrack@1.0-service
Test: boots and starts service Bug: 31180823 Change-Id: Ibbf34025b6acbd91fd52c84f784dd9a5bd4cb966 Signed-off-by: Ruchi Kandoi <kandoiruchi@google.com>
This commit is contained in:
parent
f3602751e6
commit
67d5cc47c9
2 changed files with 5 additions and 0 deletions
|
@ -32,6 +32,7 @@ cc_library_shared {
|
|||
cc_binary {
|
||||
relative_install_path: "hw",
|
||||
name: "android.hardware.memtrack@1.0-service",
|
||||
init_rc: ["android.hardware.memtrack@1.0-service.rc"],
|
||||
srcs: ["service.cpp"],
|
||||
|
||||
shared_libs: [
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
service memtrack-hal-1-0 /system/bin/hw/android.hardware.memtrack@1.0-service
|
||||
class hal
|
||||
user system
|
||||
group system
|
Loading…
Reference in a new issue