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

Commit 2541c033 authored by Felix's avatar Felix Committed by android-build-merger
Browse files

health: Add CAP_WAKE_ALARM to service am: 1fe2196f am: 0eb27961

am: 8addda11

Change-Id: I5d6f478bfb09bef70f6f41c78a1ee07bd91301bd
parents 9cef234b 8addda11
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line 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
    class hal
    user system
    user system
    group system
    group system
    capabilities WAKE_ALARM
+1 −0
Original line number Original line Diff line number Diff line
@@ -67,6 +67,7 @@
        class hal
        class hal
        user system
        user system
        group system
        group system
        capabilities WAKE_ALARM
        file /dev/kmsg w
        file /dev/kmsg w
    ```
    ```