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

Commit 0eb27961 authored by Felix's avatar Felix Committed by android-build-merger
Browse files

health: Add CAP_WAKE_ALARM to service

am: 1fe2196f

Change-Id: I9c3bf548f98533297dc8f5aa65f07778658c9526
parents 02f1e304 1fe2196f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2,3 +2,4 @@ service vendor.health-hal-1-0 /vendor/bin/hw/android.hardware.health@1.0-service
    class hal
    user system
    group system
    capabilities WAKE_ALARM
+1 −0
Original line number Diff line number Diff line
@@ -67,6 +67,7 @@
        class hal
        user system
        group system
        capabilities WAKE_ALARM
        file /dev/kmsg w
    ```