Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
device
/
generic
/
goldfish
/
fe7546a2390e3a8cde4b3a08cc6f406ed8b64eb3
/
.
/
health
/
HealthService.cpp
blob: 2498a5ca450ce1314ebbb7599685ee4781273c09 [
file
] [
log
] [
blame
]
#include
<health2/service.h>
#include
<healthd/healthd.h>
int
main
()
{
return
health_service_main
();
}
void
healthd_board_init
(
struct
healthd_config
*)
{}
int
healthd_board_battery_update
(
struct
android
::
BatteryProperties
*)
{
return
0
;
}