health: Add CAP_WAKE_ALARM to service

am: 1fe2196f11

Change-Id: I9c3bf548f98533297dc8f5aa65f07778658c9526
This commit is contained in:
Felix
2019-01-07 15:18:22 -08:00
committed by android-build-merger
2 changed files with 2 additions and 0 deletions

View File

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

View File

@@ -67,6 +67,7 @@
class hal
user system
group system
capabilities WAKE_ALARM
file /dev/kmsg w
```