platform_hardware_interfaces/health/2.0/utils
Yifan Hong 06343d55fe health: Remove 2.0 HAL implementation.
Remove HIDL 2.0 service implementation and unused
helper libraries.

Test: TH
Bug: 308450739
Change-Id: I8e1eb743d978315ae9b5b516d3e2e9dc6151d2c2
2023-11-02 13:42:21 -07:00
..
libhealthhalutils health: Remove 2.0 HAL implementation. 2023-11-02 13:42:21 -07:00
README.md health: Remove 2.0 HAL implementation. 2023-11-02 13:42:21 -07:00

libhealthhalutils

A convenience library for (hwbinder) clients of health HAL to choose between the "default" instance (served by vendor service) or "backup" instance (served by healthd). C++ clients of health HAL should use this library instead of calling IHealth::getService() directly.

Its Java equivalent can be found in BatteryService.HealthServiceWrapper.