commit | af8b21a6d26d219ac748fac3e49405626195ef55 | [log] [tgz] |
---|---|---|
author | Benjamin Schwartz <bsschwar@google.com> | Mon Aug 03 14:31:43 2020 -0700 |
committer | Benjamin Schwartz <bsschwar@google.com> | Thu Sep 10 22:34:49 2020 -0700 |
tree | ac993fc419ebfa343a5f1c5dd25ba54fa16af325 | |
parent | b08351fa4f660562c44c5c88f3a85987a0f6051c [diff] [blame] |
Create Power Stats AIDL interface Bug: 162472196 Test: m Merged-In: I948ef2959b25d776d3b01985fea5eb695fd4fc1e Change-Id: I12dc33ce055c7275559cce33142cfb2aacc5471f
diff --git a/public/hal_power_stats.te b/public/hal_power_stats.te index 2c04008..b989e2e 100644 --- a/public/hal_power_stats.te +++ b/public/hal_power_stats.te
@@ -3,3 +3,8 @@ binder_call(hal_power_stats_server, hal_power_stats_client) hal_attribute_hwservice(hal_power_stats, hal_power_stats_hwservice) + +add_service(hal_power_stats_server, hal_power_stats_service) +binder_call(hal_power_stats_server, servicemanager) + +allow hal_power_stats_client hal_power_stats_service:service_manager find;