Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c187a198 authored by Ruchi Kandoi's avatar Ruchi Kandoi Committed by Android (Google) Code Review
Browse files

Merge changes Ibbf34025,I154c2dc4

* changes:
  memtrack: Add init_rc file for the android.hardware.memtrack@1.0-service
  power: Add init_rc for android.hardware.power@1.0-service
parents 8d5e8dfd 67d5cc47
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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: [
+4 −0
Original line number Diff line number Diff line
service memtrack-hal-1-0 /system/bin/hw/android.hardware.memtrack@1.0-service
    class hal
    user system
    group system
+1 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@ cc_library_shared {
cc_binary {
    relative_install_path: "hw",
    name: "android.hardware.power@1.0-service",
    init_rc: ["android.hardware.power@1.0-service.rc"],
    srcs: ["service.cpp"],

    shared_libs: [
+4 −0
Original line number Diff line number Diff line
service power-hal-1-0 /system/bin/hw/android.hardware.power@1.0-service
    class hal
    user system
    group system