Merge "hal_usb_impl: allow fwk_stats_service" into main
This commit is contained in:
commit
e7795ba5ad
2 changed files with 3 additions and 2 deletions
|
@ -1,2 +0,0 @@
|
||||||
# b/316989074
|
|
||||||
dontaudit hal_usb_impl fwk_stats_service:service_manager { find };
|
|
3
vendor/hal_usb_impl.te
vendored
3
vendor/hal_usb_impl.te
vendored
|
@ -15,3 +15,6 @@ wakelock_use(hal_usb_impl);
|
||||||
|
|
||||||
# For interfacing with ThermalHAL
|
# For interfacing with ThermalHAL
|
||||||
hal_client_domain(hal_usb_impl, hal_thermal);
|
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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue