commit | 8084fe22404ea0e6877e695bbbdfca6d097b4310 | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <treehugger-gerrit@google.com> | Mon Mar 02 22:09:36 2020 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Mon Mar 02 22:09:36 2020 +0000 |
tree | 09e0025e4b5d753eba23210096114541f94f577a | |
parent | 13bc687edac1d38681daf51cff5e92c4d258f142 [diff] | |
parent | 85c4ad2351eb34fd7feba60f3aaa2d8ca77cdeec [diff] |
Merge "Starts default Context Hub HAL in context_hub group" into rvc-dev
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