health: Add CAP_WAKE_ALARM to service am: 1fe2196f11

am: 0eb279618b

Change-Id: Ia8ed65ddb7c37e4935c054c26a8db233acbe198f
This commit is contained in:
Felix
2019-01-07 15:22:29 -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
```