Skip to content
Snippets Groups Projects
Commit dc9815e2 authored by Yifan Hong's avatar Yifan Hong
Browse files

system_server allow to add batteryproperties_service

BatteryService now serves batteryproperties_service
(previously served by healthd) to allow BatteryManager
to continue to work.

Test: boots (BatteryService correctly starts up)

Bug: 63702641
Change-Id: If5c4c82d58c960c966b03afa3fc7902cda04222b
parent b9aa0100
No related branches found
No related tags found
No related merge requests found
......@@ -588,6 +588,8 @@ allow system_server surfaceflinger_service:service_manager find;
allow system_server vold_service:service_manager find;
allow system_server wificond_service:service_manager find;
add_service(system_server, batteryproperties_service)
allow system_server keystore:keystore_key {
get_state
get
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment