diff options
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2023-03-10 02:26:42 +0000 |
---|---|---|
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2023-03-10 02:26:42 +0000 |
commit | fa1a4b091d3b1243399f0ccfbde17a40ece8e336 (patch) | |
tree | 9dd715c161c19fdcc82715cbddf3ef9ff1e1d078 | |
parent | fbcd807deb0f350fe056c277d457e24634bc32c6 (diff) | |
parent | 8599b93e47513e2e065a1c286d8d167aabafe38d (diff) |
Snap for 9719949 from 8599b93e47513e2e065a1c286d8d167aabafe38d to udc-release
Change-Id: I3509021e67764c93a567f435417bea8c0158e871
-rw-r--r-- | thermal/hal_thermal_default.te | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/thermal/hal_thermal_default.te b/thermal/hal_thermal_default.te index 2498b20..45ccf3a 100644 --- a/thermal/hal_thermal_default.te +++ b/thermal/hal_thermal_default.te @@ -10,3 +10,7 @@ hal_client_domain(hal_thermal_default, hal_power); # read thermal_config get_prop(hal_thermal_default, vendor_thermal_prop) + +# Needed for reporting thermal stats event +allow hal_thermal_default fwk_stats_service:service_manager find; +binder_call(hal_thermal_default, servicemanager) |