commit | 24970d120d4bf2781446a3c7d4ce6050ca8ec937 | [log] [tgz] |
---|---|---|
author | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Mar 02 23:26:38 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Mar 02 23:26:38 2020 +0000 |
tree | 09e0025e4b5d753eba23210096114541f94f577a | |
parent | ae5bde459d73e2babff58245ec9ac1a403f0061f [diff] | |
parent | b097d6dc67f1cea525f584c67d8f53072a6e821b [diff] |
Merge "Starts default Context Hub HAL in context_hub group" into rvc-dev am: 8084fe2240 am: b097d6dc67 Change-Id: I2e8eca193fe57d817cda72c276c7519dc411ef0d
diff --git a/contexthub/1.0/default/android.hardware.contexthub@1.0-service.rc b/contexthub/1.0/default/android.hardware.contexthub@1.0-service.rc index b659be8..fc2893f 100644 --- a/contexthub/1.0/default/android.hardware.contexthub@1.0-service.rc +++ b/contexthub/1.0/default/android.hardware.contexthub@1.0-service.rc
@@ -1,5 +1,5 @@ service vendor.contexthub-hal-1-0 /vendor/bin/hw/android.hardware.contexthub@1.0-service interface android.hardware.contexthub@1.0::IContexthub default class hal - user system - group system + user context_hub + group context_hub
diff --git a/contexthub/1.1/default/android.hardware.contexthub@1.1-service.rc b/contexthub/1.1/default/android.hardware.contexthub@1.1-service.rc index 9db00f9..b00b1bd 100644 --- a/contexthub/1.1/default/android.hardware.contexthub@1.1-service.rc +++ b/contexthub/1.1/default/android.hardware.contexthub@1.1-service.rc
@@ -2,5 +2,5 @@ interface android.hardware.contexthub@1.0::IContexthub default interface android.hardware.contexthub@1.1::IContexthub default class hal - user system - group system + user context_hub + group context_hub
diff --git a/sensors/1.0/default/android.hardware.sensors@1.0-service.rc b/sensors/1.0/default/android.hardware.sensors@1.0-service.rc index b41730b..1af6d0b 100644 --- a/sensors/1.0/default/android.hardware.sensors@1.0-service.rc +++ b/sensors/1.0/default/android.hardware.sensors@1.0-service.rc
@@ -2,6 +2,6 @@ interface android.hardware.sensors@1.0::ISensors default class hal user system - group system wakelock uhid + group system wakelock uhid context_hub capabilities BLOCK_SUSPEND rlimit rtprio 10 10