commit | 2541c033a79a807a519d25d009d7964ca0154ced | [log] [tgz] |
---|---|---|
author | Felix <none@none.none> | Mon Jan 07 15:27:52 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Mon Jan 07 15:27:52 2019 -0800 |
tree | f97ee1df03dd6ae3efcc3d0b49bb2f6c5a409125 | |
parent | 9cef234b62cad167c48ba1212a48ec24753ff261 [diff] | |
parent | 8addda11f1ba9f6b388c9e8421948e660684219c [diff] |
health: Add CAP_WAKE_ALARM to service am: 1fe2196f11 am: 0eb279618b am: 8addda11f1 Change-Id: I5d6f478bfb09bef70f6f41c78a1ee07bd91301bd
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 ```