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