diff options
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2023-02-17 02:28:34 +0000 |
---|---|---|
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2023-02-17 02:28:34 +0000 |
commit | 34d48a15b7ef98bb7ba555b1cfe8ecf55e9ae86c (patch) | |
tree | ac9373af9f40ff2a9abc2b2adf4c0ee36db09f79 | |
parent | fb3fd306f873b813ea2375c6f236cddc5708421d (diff) | |
parent | 123d4b9d0da346823782f853fa4b9440898af3df (diff) |
Snap for 9617930 from 123d4b9d0da346823782f853fa4b9440898af3df to udc-release
Change-Id: Icea3de2f2d026bebb254dc5fa7eed025f3fecd6a
-rw-r--r-- | vibrator/cs40l25/hal_vibrator_default.te | 3 |
1 files changed, 3 insertions, 0 deletions
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 @@ get_prop(hal_vibrator_default, vendor_vibrator_prop); # 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 |