mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 20:24:19 +00:00
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:
@@ -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
|
||||
Reference in New Issue
Block a user