commit | b464656efe3f96d9bbb096381b4aac5ba8c5176c | [log] [tgz] |
---|---|---|
author | Alexander Koskovich <akoskovich@pm.me> | Wed Jul 06 20:18:05 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Jul 06 20:18:05 2022 +0000 |
tree | 8914e5970b30f6a241894fc22e6b5e83ba8dc47c | |
parent | 6db3640a6530b7bb9b8fc39b9492aa1ac0227b76 [diff] | |
parent | 0266615a44fc09d765f4377b6a06e3f1df2ae43b [diff] |
interfaces: sensors: Add group 'input' to 2.[0-1] multihals am: 9abc8e213f am: 0266615a44 Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2146560 Change-Id: I4f34c81a445372818304fa2b26ac9a14ae3c82c3 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/sensors/2.0/multihal/android.hardware.sensors@2.0-service-multihal.rc b/sensors/2.0/multihal/android.hardware.sensors@2.0-service-multihal.rc index 8867a1a..c874604 100644 --- a/sensors/2.0/multihal/android.hardware.sensors@2.0-service-multihal.rc +++ b/sensors/2.0/multihal/android.hardware.sensors@2.0-service-multihal.rc
@@ -1,7 +1,7 @@ service vendor.sensors-hal-2-0-multihal /vendor/bin/hw/android.hardware.sensors@2.0-service.multihal class hal user system - group system wakelock context_hub + group system wakelock context_hub input task_profiles ServiceCapacityLow capabilities BLOCK_SUSPEND rlimit rtprio 10 10
diff --git a/sensors/2.1/multihal/android.hardware.sensors@2.1-service-multihal.rc b/sensors/2.1/multihal/android.hardware.sensors@2.1-service-multihal.rc index f47e060..deea16e 100644 --- a/sensors/2.1/multihal/android.hardware.sensors@2.1-service-multihal.rc +++ b/sensors/2.1/multihal/android.hardware.sensors@2.1-service-multihal.rc
@@ -1,7 +1,7 @@ service vendor.sensors-hal-2-1-multihal /vendor/bin/hw/android.hardware.sensors@2.1-service.multihal class hal user system - group system wakelock context_hub + group system wakelock context_hub input task_profiles ServiceCapacityLow capabilities BLOCK_SUSPEND rlimit rtprio 10 10