vibrator: allow cs40l25 access fwk_stats_service and system_server am: e88cafb270

Original change: https://android-review.googlesource.com/c/platform/hardware/google/pixel-sepolicy/+/2435712

Change-Id: Ia96ffd1ea85770b74dc64e36cec779e6d00c896d
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/vibrator/cs40l25/hal_vibrator_default.te b/vibrator/cs40l25/hal_vibrator_default.te
index 219a6b1..2dd1c65 100644
--- a/vibrator/cs40l25/hal_vibrator_default.te
+++ b/vibrator/cs40l25/hal_vibrator_default.te
@@ -15,3 +15,6 @@
 
 # Allow vibrator HAL's default implementation to use vendor-binder service
 vndbinder_use(hal_vibrator_default);
+
+# Allow Vibrator HAL to communicate with stats service
+allow hal_vibrator_default fwk_stats_service:service_manager find;
\ No newline at end of file