android_system_core/healthd
Yifan Hong dbaa477a70 healthd: Convert libhealthd_{draw,charger} to Soong.
Converting charger to Soong, one step at a time.

In the meantime, drop the use of BOARD_*/TARGET_* variables
in Android.mk because runtime sysprops will be used instead.
Libraries / binaries will always link to libminui / libpng /
libsuspend.

charger{.recovery,} can't be converted to Soong yet because
of the use of HAL_STATIC_LIBRARIES (Bug 127677771).

charger_test isn't converted because of the shared list
of CHARGER_{STATIC,SHARED}_LIBRARIES.

Bug: 124118169
Test: run charger on walleye

Change-Id: I355deda14e5b5c9938256ff0b778590ac0191095
2019-07-24 17:01:40 -07:00
..
api healthd: charger use runtime sysprops instead. 2019-07-24 17:01:40 -07:00
images
include/healthd
tests
Android.bp healthd: Convert libhealthd_{draw,charger} to Soong. 2019-07-24 17:01:40 -07:00
Android.mk healthd: Convert libhealthd_{draw,charger} to Soong. 2019-07-24 17:01:40 -07:00
AnimationParser.cpp healthd: remove unused variable. 2019-07-24 17:01:40 -07:00
AnimationParser.h
BatteryMonitor.cpp
HealthServiceDefault.cpp
HealthServiceHealthd.cpp
OWNERS healthd: update owners 2019-01-28 14:55:39 -08:00
android.hardware.health@2.0-service.rc
animation.h
charger.cpp healthd: charger use runtime sysprops instead. 2019-07-24 17:01:40 -07:00
charger.sysprop healthd: charger use runtime sysprops instead. 2019-07-24 17:01:40 -07:00
charger_test.cpp
healthd.rc
healthd_draw.cpp healthd: charger use runtime sysprops instead. 2019-07-24 17:01:40 -07:00
healthd_draw.h
healthd_mode_charger.cpp healthd: charger use runtime sysprops instead. 2019-07-24 17:01:40 -07:00
healthd_mode_charger.h healthd: Add charger.recovery module. 2019-03-06 14:41:47 -08:00
healthd_mode_charger_nops.cpp healthd: Add charger.recovery module. 2019-03-06 14:41:47 -08:00
healthd_mode_charger_nops.h healthd: Add charger.recovery module. 2019-03-06 14:41:47 -08:00
manifest_healthd.xml