commit | d39d29be27ac0ab37267866b8a1d9b188fe70482 | [log] [tgz] |
---|---|---|
author | Alexander Koskovich <akoskovich@pm.me> | Wed Jul 06 21:08:47 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Jul 06 21:08:47 2022 +0000 |
tree | ace8915c3b949ab94c6dc57497e7643b829e6391 | |
parent | 212410b50c3942bbd200dead233e8b31551b82c0 [diff] | |
parent | 273b5b6a590a7c062e7d6623f756e909965c9678 [diff] |
interfaces: sensors: Add group 'input' to 2.[0-1] multihals am: 9abc8e213f am: 0266615a44 am: b464656efe am: 273b5b6a59 Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2146560 Change-Id: Ib7832d982e6a8e78c6840dce90df60f7c708bccc 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