commit | 0266615a44fc09d765f4377b6a06e3f1df2ae43b | [log] [tgz] |
---|---|---|
author | Alexander Koskovich <akoskovich@pm.me> | Wed Jul 06 19:59:06 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Jul 06 19:59:06 2022 +0000 |
tree | b8ab6cfcbcfbf0d98b7470a7e1eb1d0502b0b742 | |
parent | d01eb42404a93e7c445e2b59e86cc6f966062274 [diff] | |
parent | 9abc8e213f97a4ad81f1c34220306a13f0a64660 [diff] |
interfaces: sensors: Add group 'input' to 2.[0-1] multihals am: 9abc8e213f Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2146560 Change-Id: I6d9af335e64af4c3ca2352f783609992a312a132 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