Merge Android 24Q1 Release (ab/11220357)

Bug: 319669529
Merged-In: I5fdcb15328490809e8fc04628f734f3a0f759caf
Change-Id: Iaad9312dfbe6d772dc9346ef9c0a0e7ccf099530
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 @@
 
 # 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);