memtrack: Add init_rc file for the android.hardware.memtrack@1.0-service

Test: boots and starts service
Bug: 31180823
Change-Id: Ibc94a2eb1be1d7071c2c481f6abc13a0f8c6401e
Signed-off-by: Ruchi Kandoi <kandoiruchi@google.com>
This commit is contained in:
Ruchi Kandoi
2016-10-12 14:49:10 -07:00
parent 7ff7da9095
commit 982fec747d
2 changed files with 5 additions and 0 deletions

View File

@@ -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: [

View File

@@ -0,0 +1,4 @@
service memtrack-hal-1-0 /system/bin/hw/android.hardware.memtrack@1.0-service
class hal
user system
group system