summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vibrator/cs40l26/hal_vibrator_default.te2
1 files changed, 2 insertions, 0 deletions
diff --git a/vibrator/cs40l26/hal_vibrator_default.te b/vibrator/cs40l26/hal_vibrator_default.te
index c61cefe..b375141 100644
--- a/vibrator/cs40l26/hal_vibrator_default.te
+++ b/vibrator/cs40l26/hal_vibrator_default.te
@@ -17,6 +17,8 @@ get_prop(hal_vibrator_default, vendor_vibrator_prop);
# Allow Vibrator HAL to communicate with daemon via socket
unix_socket_connect(hal_vibrator_default, chre, chre);
+## TODO(b/248615564): Remove above rule after CHRE multiclient HAL is launched.
+unix_socket_connect(hal_vibrator_default, chre, hal_contexthub_default)
# Allow vibrator HAL's default implementation to use vendor-binder service
vndbinder_use(hal_vibrator_default);