health: Add CAP_BLOCK_SUSPEND am: 9ac41106d8
am: 9d0e9cb921
am: 83b70c2b8c
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1461242 Change-Id: I20c786771914ca2374288fdc73d5851b8e1df7bf
This commit is contained in:
commit
c5eb4f8b20
2 changed files with 2 additions and 2 deletions
|
@ -2,4 +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
|
||||
capabilities WAKE_ALARM BLOCK_SUSPEND
|
||||
|
|
|
@ -2,5 +2,5 @@ service health-hal-2-1 /vendor/bin/hw/android.hardware.health@2.1-service
|
|||
class hal charger
|
||||
user system
|
||||
group system
|
||||
capabilities WAKE_ALARM
|
||||
capabilities WAKE_ALARM BLOCK_SUSPEND
|
||||
file /dev/kmsg w
|
||||
|
|
Loading…
Reference in a new issue