commit | 063024b1b621b3fecaeb21932292fa406b69b338 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Mon Jan 07 23:25:20 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Jan 07 23:25:20 2019 +0000 |
tree | e9e2ce2b04f7538c61764e6fd2799c50c5355428 | |
parent | 1fe2196f11861d4c01f44438f0970a49c82e046e [diff] | |
parent | d2c86ff9107db04ac578aaa0efceb424366234a2 [diff] |
Merge "Make health storage HAL lazy"
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 ```