commit | 0eb279618b3089d17cc8b54ebc5f162471d12446 | [log] [tgz] |
---|---|---|
author | Felix <none@none.none> | Mon Jan 07 15:18:22 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Mon Jan 07 15:18:22 2019 -0800 |
tree | 3efb1adc6cf5b197e34a698cb6cd9e2c55fa5c10 | |
parent | 02f1e304e61e4d30afae8bb93cff5d24369f5028 [diff] | |
parent | 1fe2196f11861d4c01f44438f0970a49c82e046e [diff] |
health: Add CAP_WAKE_ALARM to service am: 1fe2196f11 Change-Id: I9c3bf548f98533297dc8f5aa65f07778658c9526
diff --git a/health/1.0/default/android.hardware.health@1.0-service.rc b/health/1.0/default/android.hardware.health@1.0-service.rc index d74a07e..405784f 100644 --- a/health/1.0/default/android.hardware.health@1.0-service.rc +++ b/health/1.0/default/android.hardware.health@1.0-service.rc
@@ -2,3 +2,4 @@ class hal user system group system + capabilities WAKE_ALARM
diff --git a/health/2.0/README.md b/health/2.0/README.md index bdfb5a3..58ea9e3 100644 --- a/health/2.0/README.md +++ b/health/2.0/README.md
@@ -67,6 +67,7 @@ class hal user system group system + capabilities WAKE_ALARM file /dev/kmsg w ```