1 #include <health2/service.h> 2 #include <healthd/healthd.h> 3 main()4int main() { 5 return health_service_main(); 6 } 7 healthd_board_init(struct healthd_config *)8void healthd_board_init(struct healthd_config*) {} 9 healthd_board_battery_update(struct android::BatteryProperties *)10int healthd_board_battery_update(struct android::BatteryProperties*) { 11 return 0; 12 } 13