commit | 8addda11f1ba9f6b388c9e8421948e660684219c | [log] [tgz] |
---|---|---|
author | Felix <none@none.none> | Mon Jan 07 15:22:29 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Mon Jan 07 15:22:29 2019 -0800 |
tree | c26ca54370757bff13568c5a3f926c08c58d661f | |
parent | 73d868e5405f40a9b7d27bb222757474618e3270 [diff] | |
parent | 0eb279618b3089d17cc8b54ebc5f162471d12446 [diff] |
health: Add CAP_WAKE_ALARM to service am: 1fe2196f11 am: 0eb279618b Change-Id: Ia8ed65ddb7c37e4935c054c26a8db233acbe198f
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 ```