Merge "hal_usb_impl: allow fwk_stats_service" into main

This commit is contained in:
Treehugger Robot 2023-12-20 06:05:25 +00:00 committed by Android (Google) Code Review
commit e7795ba5ad
2 changed files with 3 additions and 2 deletions

View file

@ -1,2 +0,0 @@
# b/316989074
dontaudit hal_usb_impl fwk_stats_service:service_manager { find };

View file

@ -15,3 +15,6 @@ wakelock_use(hal_usb_impl);
# For interfacing with ThermalHAL
hal_client_domain(hal_usb_impl, hal_thermal);
# Needed for reporting Usb Overheat suez event through statsd
allow hal_usb_impl fwk_stats_service:service_manager find;